Gets or sets a value indicating whether this instance contains all mapped properties stored for the item.

Namespace: Simol
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

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

Field Value

true if this instance is a complete set; otherwise, false.

See Also