Share via


CReplicationEventSinkConfig.ProviderCLSID Property

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

Gets or sets the programmatic identifier (ProgID) or class identifier (CLSID) of the provider for a store-and-forward Commerce Server Staging (CSS) event sink database.

Note

Store-and-forward CSS event sinks are not supported by CSS. This property should not be used directly from your code. It is for Microsoft internal use only.

object ProviderCLSID { set; get; } 

Return Value

A 32–bit integer that specifies the ProgID or CLSID of the event sink provider, which is a CSS server from which files are replicated for a store-and-forward event sink.

Remarks

You must have CSS administrator rights to get or set this property.

The CReplicationEventSinkConfig.ProviderCLSID property corresponds to the COM property named ReplicationEventSinkConfig.ProviderCLSID.

See Also

Other Resources

CReplicationEventSinkConfig Class