Click or drag to resize

UserVariableIsPrivate Property

Indicates whether this User Variable is private or not.

Namespace:  Sfs2X.Entities.Variables
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
bool IsPrivate { get; set; }

Property Value

Type: Boolean
Remarks
A private User Variable is visible only to its owner; any changes made to the variable will be transmitted to the owner only.

NOTE: setting this property manually on an existing User Variable returned by the API has no effect on the server and can disrupt the API functioning. This flag can be set when the User Variable object is created by the developer only (using the new keyword).

See Also