Compartir a través de


Message Propiedad

Gets or sets the description of the error.

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Sintaxis

'Declaración
<DataMemberAttribute> _
Public Property Message As String
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .String
String representing the description.