Task.TaskResources Property

Definition

Gets or sets the task's culture-specific resources. Derived classes should register their resources either during construction, or via this property, if they have localized strings.

protected:
 property System::Resources::ResourceManager ^ TaskResources { System::Resources::ResourceManager ^ get(); void set(System::Resources::ResourceManager ^ value); };
protected System.Resources.ResourceManager TaskResources { get; set; }
member this.TaskResources : System.Resources.ResourceManager with get, set
Protected Property TaskResources As ResourceManager

Property Value

The task's resources (can be null).

Remarks

If derived classes have localized strings, then they should register their resources either during construction, or through this property.

Applies to