| MvComponentFactoryUserInfo Property |
Gets user information data.
Namespace: RW.Server.ComponentAssembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax public virtual MvValue[] UserInfo { get; }
Public Overridable ReadOnly Property UserInfo As MvValue()
Get
public:
virtual property array<MvValue^>^ UserInfo {
array<MvValue^>^ get ();
}
Property Value
Type:
MvValue
An array of
MvValue used as User Info.
Remarks
This method is called internally by the component to send user
info to the server.
server.
The default implementation returns null.
See Also