MatchExpressionVarName Property |
Returns the name of the variable or property against which the comparison is made.
Namespace:
Sfs2X.Entities.Match
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public string VarName { get; }
Property Value
Type:
StringRemarks
Depending what the matching expression is used for (searching a
User or a
Room),
this can be the name of a
UserVariable or a
RoomVariable,
or it can be one of the constants contained in the
UserProperties or
RoomProperties classes,
representing some of the predefined properties of the user and Room entities respectively.
See Also