ActivationResultStatusCode Property |
Gets the status code associated with the result of the activation operation.
Namespace:
Dundas.BI.Licensing.Activation
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public int StatusCode { get; }
Public ReadOnly Property StatusCode As Integer
Get
public:
property int StatusCode {
int get ();
}
member StatusCode : int with get
Property Value
Type:
Int32Remarks A value of 0 indicates that the operation was successful.
See Also