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.
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
- 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.
See Also
Reference
PaymentMethodRouterPipelineComponent Class