Partager via


GetClassID Method (Guid)

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 Sub GetClassID ( _
    <OutAttribute> ByRef pClassID As Guid _
)
'Usage
Dim instance As PaymentMethodRouterPipelineComponent
Dim pClassID As Guid

instance.GetClassID(pClassID)
public void GetClassID(
    out Guid pClassID
)
public:
virtual void GetClassID(
    [OutAttribute] Guid% pClassID
) sealed
public final function GetClassID(
    pClassID : Guid
)

Parameters

  • pClassID
    Type: System..::.Guid%
    Retrieves 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