Gets or sets an indication of whether the guest is married to the registrant.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool IsGuestSpouse { get; set; }
Visual Basic (Declaration)
Public Property IsGuestSpouse As Boolean
Visual C++
public:
property bool IsGuestSpouse {
	bool get ();
	void set (bool value);
}

See Also