Version

ResourcePreference Constructor(WebScheduleInfo)

Creates a ResourcePreference object that derives it's default settings from a WebScheduleInfo element.
Syntax
'Declaration
 
Public Function New( _
   ByVal info As WebScheduleInfo _
)
public ResourcePreference( 
   WebScheduleInfo info
)

Parameters

info
A WebScheduleInfo element which defines default settings through it's EnableEmailReminders property.
Remarks

By default, ResourcePreference objects do not track viewstate. To persist changes, applications must update their data source.

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