Condividi tramite


Proprietà Message

Gets or sets a description of the error.

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property Message As String
    Get
    Set
'Utilizzo
Dim instance As StagingBatchError
Dim value As String

value = instance.Message

instance.Message = value
[DataMemberAttribute]
public string Message { get; set; }
[DataMemberAttribute]
public:
property String^ Message {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Message : string with get, set
function get Message () : String
function set Message (value : String)

Valore proprietà

Tipo: System. . :: . .String
A string that represents the error description.