Type of invitation to display: sent or received

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

Syntax

C#
public InvitationListType InvitationType { get; set; }
Visual Basic
Public Property InvitationType As InvitationListType
	Get
	Set
Visual C++
public:
property InvitationListType InvitationType {
	InvitationListType get ();
	void set (InvitationListType value);
}
F#
member InvitationType : InvitationListType with get, set

Property Value

Type: InvitationListType

See Also