Gets a value that indicates whether the
Data is completed in this
DataBinInfo object.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property Completed As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DataBinInfo
Dim value As Boolean
value = instance.Completed
|
C# | |
---|
public bool Completed {get;} |
C++/CLI | |
---|
public:
property bool Completed {
bool get();
} |
Return Value
true if the
Data is completed for this data-bin; otherwise false.
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also