OperationMessage.Message Property

Definition

Gets the message text for the operation.

public:
 property System::String ^ Message { System::String ^ get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
[System.ComponentModel.Category("General")]
[System.ComponentModel.DisplayName("Message")]
[System.ComponentModel.ReadOnly(true)]
public string Message { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
[<System.ComponentModel.Category("General")>]
[<System.ComponentModel.DisplayName("Message")>]
[<System.ComponentModel.ReadOnly(true)>]
member this.Message : string
Public ReadOnly Property Message As String

Property Value

The message.

Attributes

Applies to