Share via


Parent Property

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Gets the parent Marketing System object of the DisplayTemplateManager 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 DisplayTemplateManager
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
A MarketingContext object representing the parent of the current instance.

Remarks

The DisplayTemplateManager 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 DisplayTemplateManager object and contains the top level object used to interact with the MarketingSystem APIs.

Permissions

See Also

Reference

DisplayTemplateManager Class

DisplayTemplateManager Members

Microsoft.CommerceServer.Marketing Namespace