Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the error text for this instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property ErrorText As String
Get
Set
'Usage
Dim instance As ValidationError
Dim value As String
value = instance.ErrorText
instance.ErrorText = value
public string ErrorText { get; set; }
public:
property String^ ErrorText {
String^ get ();
void set (String^ value);
}
member ErrorText : string with get, set
function get ErrorText () : String
function set ErrorText (value : String)
Property Value
Type: System.String
The error text for this instance.