Parent Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the parent Marketing System object of the MailingList object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As MarketingContext
'Usage
Dim instance As MailingListManager
Dim value As MarketingContext
value = instance.Parent
public MarketingContext Parent { get; }
public:
property MarketingContext^ Parent {
MarketingContext^ get ();
}
public function get Parent () : MarketingContext
Property Value
Type: Microsoft.CommerceServer.Marketing..::.MarketingContext
The MarketingContext object representing the parent of the current instance.
Remarks
The MailingListManager object is used to communicate with the web service.
The returned MarketingContext object uses the services of a MarketingServiceAgent to negotiate an appropriate authentication method with the Marketing Web service and manages authentication credentials used to authenticate the user to the service.
The returned MarketingContext object owns this MailingListManager object and contains the top level object used to interact with the MarketingSystem APIs.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.