Właściwość StagingBatchError.Message
Pobiera lub ustawia opis błędu.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Message As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący opis.
Zobacz także