Gets an indication of whether this CSubscription instance is the associated contact's primary subscription (true) or not (false)

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

Syntax

C#
public bool IsPrimary { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsPrimary As Boolean
Visual C++
public:
property bool IsPrimary {
	bool get ();
}

Remarks

If an attempt is made to set this when SubscribedContact is null an error is generated.

See Also