| MvComponentFactoryUserId Property |
Gets the user integer identifier.
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 int UserId { get; }
Public Overridable ReadOnly Property UserId As Integer
Get
public:
virtual property int UserId {
int get ();
}
Property Value
Type:
Int32
1, by default.
Remarks
This method is called internally when a component connects to a
server.
See Also