Parent Property

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

Gets the parent Marketing System object of the DisplaySizeManager 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 DisplaySizeManager
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 DisplaySizeManager 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 DisplaySizeManager object and contains the top level object used to interact with the MarketingSystem APIs.

Permissions

See Also

Reference

DisplaySizeManager Class

DisplaySizeManager Members

Microsoft.CommerceServer.Marketing Namespace