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


Свойство User.Description

Gets or sets the description of the user.

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

Синтаксис

'Декларация
<DataMemberAttribute> _
Public Property Description As String
    Get
    Set
'Применение
Dim instance As User
Dim value As String

value = instance.Description

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

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

Тип: System.String
A string that represents the description.

См. также

Справочник

User Класс

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