IndustryCodes Property

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

Gets an object used to manage IndustryCode entities.

Namespace:  Microsoft.CommerceServer.Marketing
Assembly:  Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)

Syntax

'Declaration
Public ReadOnly Property IndustryCodes As IndustryCodeManager
'Usage
Dim instance As MarketingContext
Dim value As IndustryCodeManager

value = instance.IndustryCodes
public IndustryCodeManager IndustryCodes { get; }
public:
property IndustryCodeManager^ IndustryCodes {
    IndustryCodeManager^ get ();
}
public function get IndustryCodes () : IndustryCodeManager

Property Value

Type: Microsoft.CommerceServer.Marketing..::.IndustryCodeManager
An object to manage IndustryCode entities.

Remarks

The returned IndustryCodeManager manages IndustryCode related operations. The IndustryCode provide a definition type for different industries such as automotive, aviation, and beverage. You use industry codes to identify the associated industry of an advertisement, thereby preventing two ads from competing companies in the same industry from appearing on the same Web page.

Permissions

See Also

Reference

MarketingContext Class

MarketingContext Members

Microsoft.CommerceServer.Marketing Namespace