Udostępnij za pośrednictwem


Właściwość User.DisplayName

Pobiera lub ustawia nazwę wyświetlaną użytkownika.

Przestrzeń nazw:  Microsoft.MasterDataServices.Services.DataContracts
Zestaw:  Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)

Składnia

'Deklaracja
<DataMemberAttribute> _
Public Property DisplayName As String
    Get
    Set
'Użycie
Dim instance As User
Dim value As String

value = instance.DisplayName

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

Wartość właściwości

Typ: System.String
Ciąg reprezentujący nazwę wyświetlaną.