The status to continue or stop the object deletion.
Read-write property
[Visual Basic .NET] |
---|
Public Property Continue() As Boolean |
[C#] |
---|
public bool Continue {get; set;} |
[Managed C++] |
---|
public: __property bool get_Continue(); |
[Unmanaged C++] |
---|
public: HRESULT get_Continue( |
[Java] |
---|
public bool getContinue();public void setContinue( |