Condividi tramite


Proprietà User.DisplayName

Gets or sets the display name of the user.

Spazio dei nomi  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Sintassi

'Dichiarazione
<DataMemberAttribute> _
Public Property DisplayName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
The display name of the user.

Vedere anche

Riferimento

User Classe

Spazio dei nomi Microsoft.MasterDataServices.Services.DataContracts