Affinity.UserName Property
Gets or sets the affinity user. The value is normally in the domain\user format.
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
Affinity Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top