Gets the Contact that owns this Subscription

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

Syntax

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

See Also