Click or drag to resize
MvComponentFactoryUserInfo Property
Gets user information data.

Namespace: RW.Server.Component
Assembly: RW.Server.Component (in RW.Server.Component.dll) Version: 6.3.0.0 (0.8.0.0)
Syntax
public virtual MvValue[] UserInfo { 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