Is the stream complete.

Namespace: VcClient
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public bool IsComplete { get; set; }
Visual Basic
Public Property IsComplete As Boolean
	Get
	Set
Visual C++
public:
property bool IsComplete {
	bool get ();
	void set (bool value);
}

Return Value

True: The stream is complete and ready to use. False: The sream is pending geo-replication or cross volume copy.

See Also