Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets the identifying product property for the current instance.
Namespace: Microsoft.CommerceServer.Catalog
Assembly: Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)
Syntax
'Declaration
Public ReadOnly Property IdentifyingProductProperty As String
'Usage
Dim instance As ProductCatalog
Dim value As String
value = instance.IdentifyingProductProperty
public string IdentifyingProductProperty { get; }
public:
property String^ IdentifyingProductProperty {
String^ get ();
}
public function get IdentifyingProductProperty () : String
Property Value
Type: System..::.String
The identifying product property for the current instance.
Remarks
The identifying product property in a catalog is the property whose value is used to uniquely identify products in a catalog. You set the identifying product property when you create the catalog. For a VirtualCatalog this property will always return ProductId.
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.