次の方法で共有


UpdateUserRequestCompletionArgs.UserName Property

 

Gets the name of the user account that was updated.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

public string UserName { get; internal set; }
public:
property String^ UserName {
    String^ get();
    internal: void set(String^ value);
}
Public Property UserName As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

An instance of String that contains the name of the user account.

See Also

UpdateUserRequestCompletionArgs Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top