Proprietà Comment
Gets or sets the comment text.
Spazio dei nomi Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Sintassi
'Dichiarazione
<MessageBodyMemberAttribute> _
Public Property Comment As String
Get
Set
'Utilizzo
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)
Valore proprietà
Tipo: System. . :: . .String
String representing the comment.
Vedere anche