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.3.0

Syntax

C#
public bool IsPrimary { get; }
Visual Basic
Public ReadOnly Property IsPrimary As Boolean
	Get
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