User.DisplayUserName Property

Definition

Gets or sets the display name of the user.

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

Property Value

The display name of the user.

Attributes

Applies to