GetAllIndustryCodes Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Retrieves all IndustryCode objects defined in the database.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Function GetAllIndustryCodes As IndustryCode()
'Usage
Dim instance As IndustryCodeManager
Dim returnValue As IndustryCode()
returnValue = instance.GetAllIndustryCodes()
public IndustryCode[] GetAllIndustryCodes()
public:
array<IndustryCode^>^ GetAllIndustryCodes()
public function GetAllIndustryCodes() : IndustryCode[]
Return Value
Type: array<Microsoft.CommerceServer.Marketing..::.IndustryCode>[]()[]
The array of IndustryCode objects.
Remarks
Returns all IndustryCode objects configured in the system.
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.