Share via


PolicyAssignmentIdentificationUser.UserName Property

 

Gets or sets the Windows NT 4.0 user name.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

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

Property Value

Type: System.String

See Also

PolicyAssignmentIdentificationUser Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top