Gets or sets a value indicating whether this instance contains all mapped
properties stored for the item.
Namespace: SimolAssembly: 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); } |