次の方法で共有


IUserExtension2Properties.UserName Property

 

Gets and sets the user name.

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

The user name.

See Also

IUserExtension2Properties Interface
Microsoft.WindowsServerSolutions.Common Namespace

Return to top