Description
The result of the validation of the configuration whether it has succeeded or failed.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property Result() As Boolean
|
[C#] |
---|
public bool Result {get; set;}
|
[Managed C++] |
---|
public: __property bool get_Result(); public: __property void set_Result(
bool
);
|
[Unmanaged C++] |
---|
public: HRESULT get_Result(
VARIANT_BOOL * pbResult
);
public: HRESULT put_Result(
VARIANT_BOOL Result
);
|
[Java] |
---|
public bool getResult();
public void setResult(
bool
);
|
See Also