Returns the custom state of this buddy.
Namespace:
Sfs2X.Entities
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntaxpublic string State { get; }
Property Value
Type:
StringImplements
BuddyState
Remarks
Examples of custom states are "Available", "Busy", "Be right back", etc. If the custom state is not set,
null is returned.
The list of available custom states is returned by the
IBuddyManager.BuddyStates property.
See Also