Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the comment text.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<MessageBodyMemberAttribute> _
Public Property Comment As String
Get
Set
'Usage
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)
Property Value
Type: System.String
The comment text.
See Also
Reference
AnnotationsUpdateRequest Class
Microsoft.MasterDataServices.Services.MessageContracts Namespace