Właściwość AnnotationsUpdateRequest.Comment
Pobiera lub ustawia tekst komentarza.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.MessageContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<MessageBodyMemberAttribute> _
Public Property Comment As String
Get
Set
'Użycie
Dim instance As AnnotationsUpdateRequest
Dim value As String
value = instance.Comment
instance.Comment = value
[MessageBodyMemberAttribute]
public string Comment { get; set; }
[MessageBodyMemberAttribute]
public:
property String^ Comment {
String^ get ();
void set (String^ value);
}
[<MessageBodyMemberAttribute>]
member Comment : string with get, set
function get Comment () : String
function set Comment (value : String)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący komentarz.