다음을 통해 공유


Id Property

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

Gets the Id for the current IndustryCode associated with this object.

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

Syntax

'Declaration
Public ReadOnly Property Id As Integer
'Usage
Dim instance As IndustryCode
Dim value As Integer

value = instance.Id
public int Id { get; }
public:
property int Id {
    int get ();
}
public function get Id () : int

Property Value

Type: System..::.Int32
The unique identifier for the IndustryCode. Default is 0.

Remarks

Stores the code for the type of industry represented by the object.

Permissions

See Also

Reference

IndustryCode Class

IndustryCode Members

Microsoft.CommerceServer.Marketing Namespace