ResourceDataSet.CalendarExceptionsRow Class

Represents a calendar exception for one resource.

Inheritance Hierarchy

System.Object
  System.Data.DataRow
    [Resource Web service].ResourceDataSet.CalendarExceptionsRow

Namespace:  [Resource Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Resource.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Resource.asmx?wsdl

Syntax

'Declaration
Public Class CalendarExceptionsRow _
    Inherits DataRow
'Usage
Dim instance As ResourceDataSet.CalendarExceptionsRow
public class CalendarExceptionsRow : DataRow

Remarks

A calendar exception occurs when a resource is available for more or less time than what is represented in the resource's default calendar. The default calendar is specified by the BaseCalendarUniqueId property.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ResourceDataSet.CalendarExceptionsRow Members

Resource Web Service