FormPropertyBag.UserName Property
Retrieves the user name.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.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
A String containing the user name..
Remarks
The built-in UI uses this field to pass the user name to an adorner.
See Also
FormPropertyBag Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top