ProfileInfo.UserName Property

Definition

Gets the user name for the profile.

public:
 virtual property System::String ^ UserName { System::String ^ get(); };
public virtual string UserName { get; }
member this.UserName : string
Public Overridable ReadOnly Property UserName As String

Property Value

The user name for the profile.

Applies to

See also