Share via


IUserExtensionProperties.UserName Property

 

Gets or sets the account name of the user.

Namespace:   Microsoft.WindowsServerSolutions.Common
Assembly:  MiscUtil (in MiscUtil.dll)

Syntax

string UserName { get; set; }
property String^ UserName {
    String^ get();
    void set(String^ value);
}
Property UserName As String

Property Value

Type: System.String

Returns String.

Remarks

This is the same account name passed to the GetUserPropertiesAsyncmethod.

See Also

IUserExtensionProperties Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top