Version

ActiveResourceName Property (WebScheduleInfo)

Gets/sets the resource name for the currently displayed, or active resource for all attached WebSchedule view elements.
Syntax
'Declaration
 
Public Property ActiveResourceName As String
public string ActiveResourceName {get; set;}
Remarks

A resource is the person, place, or thing, for which activities can be scheduled. The active resource is the resource whose activities are currently being displayed by all attached WebSchedule view elements.

Applications should set the ActiveResourceName property to the name of the Resource object affiliated with the schedule information end users would like to see. This name must match a value in the [ResourceName] column of the [Resource] table in the WebSchedule data model. The data model requires [ResourceName] values to be unique.

If used, this property must be set before calling the DataBind method to be effective.

Active resource names can typically be set using an end user's logon name, or some looked-up user ID value.

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