Click or drag to resize

SFSInvitationId Property

Indicates the id of this invitation.

Namespace:  Sfs2X.Entities.Invitation
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public int Id { get; set; }

Property Value

Type: Int32

Implements

InvitationId
Remarks
It is generated by the server when the invitation is sent.

NOTE: setting the id property manually has no effect on the server and can disrupt the API functioning.

See Also