שתף באמצעות


OrderGroupId Property

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

Gets or sets the order group identifier of the entity which is not found.

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

Syntax

'Declaration
Public Property OrderGroupId As Guid
'Usage
Dim instance As RecordNotFoundException
Dim value As Guid

value = instance.OrderGroupId

instance.OrderGroupId = value
public Guid OrderGroupId { get; set; }
public:
property Guid OrderGroupId {
    Guid get ();
    void set (Guid value);
}
public function get OrderGroupId () : Guid
public function set OrderGroupId (value : Guid)

Property Value

Type: System..::.Guid
The order group identifier of the entity which is not found.

Remarks

Gets a string that represents the order group identifier of the item that failed.

Permissions

See Also

Reference

RecordNotFoundException Class

RecordNotFoundException Members

Microsoft.CommerceServer.Orders Namespace