ActivationResultDataIsSuccess Property |
Gets a value indicating whether the activation operation was successful.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "isSuccess", EmitDefaultValue = true)]
public bool IsSuccess { get; set; }
<DataMemberAttribute(Name := "isSuccess", EmitDefaultValue := true)>
Public Property IsSuccess As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isSuccess", EmitDefaultValue = true)]
property bool IsSuccess {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isSuccess", EmitDefaultValue = true)>]
member IsSuccess : bool with get, set
Property Value
Type:
BooleanSee Also