LocalLogOnContextFailureMessage Property |
Gets or sets a failure message associated with the operation.
Namespace:
Dundas.BI.AccountServices.Extensibility
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public string? FailureMessage { get; set; }
Public Property FailureMessage As String
Get
Set
public:
property String^ FailureMessage {
String^ get ();
void set (String^ value);
}
member FailureMessage : string with get, set
Property Value
Type:
StringSee Also