Свойство AnnotationsUpdateRequest.Comment
Gets or sets the comment text.
Пространство имен: Microsoft.MasterDataServices.Services.MessageContracts
Сборка: Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)
Синтаксис
'Декларация
<MessageBodyMemberAttribute> _
Public Property Comment As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
The comment text.
См. также
Справочник
AnnotationsUpdateRequest Класс
Пространство имен Microsoft.MasterDataServices.Services.MessageContracts