Gets the total number of invitations.

Namespace: MonoSoftware.MonoX.ModuleGallery.SocialNetworking
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public int TotalInvitations { get; }
Visual Basic
Public ReadOnly Property TotalInvitations As Integer
	Get
Visual C++
public:
property int TotalInvitations {
	int get ();
}
F#
member TotalInvitations : int with get

Property Value

Type: Int32

See Also