Click or drag to resize

MvComponentFactoryUserName Property

Gets the user name.

Namespace:  RW.Server.Component
Assembly:  RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax
public virtual string UserName { 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