InstanceDescriptor.IsComplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the contents of this InstanceDescriptor completely identify the instance.
public:
property bool IsComplete { bool get(); };
public bool IsComplete { get; }
member this.IsComplete : bool
Public ReadOnly Property IsComplete As Boolean
Property Value
true
if the instance is completely described; otherwise, false
.
Remarks
Typically, an InstanceDescriptor completely describes a particular instance. However, some objects are too complex for a single method or constructor to represent. IsComplete indicates whether an InstanceDescriptor is incomplete, so a user can identify these objects and perform additional processing, if necessary, to further describe their state.