ContentUser.Name Property

Definition

Gets the user or group name specified to the ContentUser(String, AuthenticationType) constructor.

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

Property Value

The user or group name specified to the ContentUser(String, AuthenticationType) constructor.

Applies to