Поделиться через


Свойство Version.Description

Gets or sets the description of the version.

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services.Contracts (в Microsoft.MasterDataServices.Services.Contracts.dll)

Синтаксис

'Декларация
<DataMemberAttribute(IsRequired := False)> _
Public Property Description As String 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: System.String
The description of the version.

См. также

Справочник

Version Класс

Пространство имен Microsoft.MasterDataServices.Services.DataContracts