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 configuration error message.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property ConfigurationErrorMessage As String
Get
Set
'Usage
Dim instance As Policy.TargetProcessedEventArgs
Dim value As String
value = instance.ConfigurationErrorMessage
instance.ConfigurationErrorMessage = value
public string ConfigurationErrorMessage { get; set; }
public:
property String^ ConfigurationErrorMessage {
String^ get ();
void set (String^ value);
}
member ConfigurationErrorMessage : string with get, set
function get ConfigurationErrorMessage () : String
function set ConfigurationErrorMessage (value : String)
Property Value
Type: System.String
A string value that contains the configuration error message.