Click or drag to resize

SFSBuddyManagerMyNickName Property

Returns the current user's nickname (if set).

Namespace:  Sfs2X.Entities.Managers
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public string MyNickName { get; set; }

Property Value

Type: String

Implements

IBuddyManagerMyNickName
Remarks
If the nickname was never set before, null is returned.

As the nickname of a user in a buddy list is handled by means of a reserved Buddy Variable (see ReservedBuddyVariables class), it can be set using the SetBuddyVariablesRequest request.

See Also