Industry Property
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets or sets the Industry Code of the current Customer object.
Namespace: Microsoft.CommerceServer.Marketing
Assembly: Microsoft.CommerceServer.Marketing.CrossTierTypes (in Microsoft.CommerceServer.Marketing.CrossTierTypes.dll)
Syntax
'Declaration
Public Property Industry As String
'Usage
Dim instance As Customer
Dim value As String
value = instance.Industry
instance.Industry = value
public string Industry { get; set; }
public:
property String^ Industry {
String^ get ();
void set (String^ value);
}
public function get Industry () : String
public function set Industry (value : String)
Property Value
Type: System..::.String
The Industry Code of the Customer.
Remarks
Stores the code for the type of industry represented by the Customer object. Industry may contain up to 50 characters.
Examples
cu.Industry = "SomeIndustryCode";
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.