Partager via


Propriété Description

Gets or sets a description of the version.

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services (en Microsoft.MasterDataServices.Services.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(IsRequired := False)> _
Public Property Description As String
    Get
    Set
'Utilisation
Dim instance As Version
Dim value As String

value = instance.Description

instance.Description = value
[DataMemberAttribute(IsRequired = false)]
public string Description { get; set; }
[DataMemberAttribute(IsRequired = false)]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute(IsRequired = false)>]
member Description : string with get, set
function get Description () : String
function set Description (value : String)

Valeur de propriété

Type : System. . :: . .String
String representing the description.