| MvComponentFactoryUserName Property |
Gets the user name.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual string UserName { get; }
Public Overridable ReadOnly Property UserName As String
Get
public:
virtual property String^ UserName {
String^ get ();
}
Property Value
Type:
String The user name or
null.
Remarks
This property is queried internally when a component connects to
a server.
By default, and if possible, this function tries to find the
name of the user who started the component by searching the
environment variable UserName.
See Also