Share via


ReadOnlyPrId Property

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

Gets a generated string based on the values of the CatalogName, ProductId and the VariantId properties.

Namespace:  Microsoft.CommerceServer.Runtime
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<CommerceEventMemberAttribute("PRID")> _
Public ReadOnly Property ReadOnlyPrId As String
'Usage
Dim instance As BasketEvent
Dim value As String

value = instance.ReadOnlyPrId
[CommerceEventMemberAttribute("PRID")]
public string ReadOnlyPrId { get; }
[CommerceEventMemberAttribute(L"PRID")]
public:
property String^ ReadOnlyPrId {
    String^ get ();
}
public function get ReadOnlyPrId () : String

Property Value

Type: System..::.String
An internally generated string.

Remarks

Returns a string based on the values of the CatalogName property, the ProductID property, and the VariantID property. The value is URL encoded and enclosed in double quotes.

Permissions

See Also

Reference

BasketEvent Class

BasketEvent Members

Microsoft.CommerceServer.Runtime Namespace