Skip to main content

TcxSchedulerStorageResourceItem.Name Property

Specifies the scheduler resource’s name.

Declaration

property Name: string read; write;

Property Value

Type
string

Remarks

You can use this property to assign a descriptive name to the resource. The scheduler persistence manager provides zero-based indexed access to names of all its resources via the ResourceNames property.

The default Name property value is an empty string.

See Also