Gets the Contact that owns this Subscription

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

Syntax

C#
public CContact SubscribedContact { get; }
Visual Basic
Public ReadOnly Property SubscribedContact As CContact
	Get
Visual C++
public:
property CContact^ SubscribedContact {
	CContact^ get ();
}

See Also