IsCompleted Property
Summary
Indicates whether the compare operation has completed.
Syntax
[DataMemberAttribute(Name="isCompleted")]
public bool IsCompleted {get; set;}
<DataMemberAttribute(Name:="isCompleted")>
Public Property IsCompleted() As Boolean
Get
Set
public:
[DataMemberAttribute(Name=L"isCompleted")]
property bool IsCompleted
{
bool get()
void set(bool value)
}
Property Value
true if the operation completed; otherwise, false.