Proprietà Comment
Gets or sets the comment text.
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataMemberAttribute> _
Public Property Comment As String
Get
Set
'Utilizzo
Dim instance As Annotation
Dim value As String
value = instance.Comment
instance.Comment = value
[DataMemberAttribute]
public string Comment { get; set; }
[DataMemberAttribute]
public:
property String^ Comment {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute>]
member Comment : string with get, set
function get Comment () : String
function set Comment (value : String)
Valore proprietà
Tipo: System. . :: . .String
A String representing the comment text.