Partilhar via


GetClassID Method

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

Retrieves the class identifier (CLSID) of an object.

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

Syntax

'Declaration
Public Function GetClassID As Guid
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim returnValue As Guid

returnValue = instance.GetClassID()
public Guid GetClassID()
public:
virtual Guid GetClassID() sealed
public final function GetClassID() : Guid

Return Value

Type: System..::.Guid
The class identifier (CLSID) of an object. The CLSID is a unique value that identifies the code that can manipulate the persistent data.

Remarks

Retrieves the class identifier (CLSID) of an object. The CLSID is a unique value that identifies the code that can manipulate the persistent data.

Implements the GetClassID method of the IPipelineComponent.

Permissions

See Also

Reference

PaymentMethodRouterPipelineComponent Class

PaymentMethodRouterPipelineComponent Members

GetClassID Overload

Microsoft.CommerceServer.Orders Namespace