TcxSchedulerWebServiceStorageResourceItem.ProviderClassName Property
Specifies the web service storage resource’s active online event data provider by its class name.
Declaration
property ProviderClassName: string read; write;
Property Value
Type |
---|
string |
Remarks
Assign the name of the required event data provider class to the ProviderClassName property to create the corresponding provider with the default settings for the web service storage resource. The resulting provider is accessible via the Provider property.
If the web service resource already has an event data provider, changing the ProviderClassName or ProviderClass property value discards all settings of the provider and creates a new provider according to the specified class name or reference, respectively.
The default ProviderClassName property value is an empty string.
See Also