User.DisplayName Property

Definition

Specifies the user's display name.

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string DisplayName { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.DisplayName : string with get, set
Public Property DisplayName As String

Property Value

The user's display name.

Attributes

Applies to