Version

VisibleResources Property

Returns the collection of Resource objects. Resources are used to identify the entity to which an Activity belongs. In the WebSchedule data model, there are multiple Resources, each of which can have many activities associated. The particular resource that is displayed within UI controls depends on the ActiveResource property setting. By setting the ActiveResourceName string property to a known resource in the system, the Resource object will be automatically populated from the data source.
Syntax
'Declaration
 
Public ReadOnly Property VisibleResources As ResourcesCollection
public ResourcesCollection VisibleResources {get;}
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