NewIndustryCode Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Creates a new IndustryCode With default values.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function NewIndustryCode As IndustryCode
'Usage
Dim instance As IndustryCodeManager
Dim returnValue As IndustryCode
returnValue = instance.NewIndustryCode()
public IndustryCode NewIndustryCode()
public:
IndustryCode^ NewIndustryCode()
public function NewIndustryCode() : IndustryCode
Return Value
Type: Microsoft.CommerceServer.Marketing..::.IndustryCode
The newly created IndustryCode object.
Remarks
The IndustryCode represents a code for one of industries, like Aviation or Food
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.