Version

Resource Property (Activity)

Gets/sets the Resource associated with this Activity as it's organizer.
Syntax
'Declaration
 
Public ReadOnly Property Resource As Resource
public Resource Resource {get;}

Property Value

A Resource instance based on the ResourceKey.
Remarks

Developers are encouraged to use HasResource when checking whether the Activity has been assigned a Resource or not.

Accessing the Resource before the DataBind method has been called on ScheduleInfo to fill it's ResourcesCollection leads to undefined behavior.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also