resource.calendarid Field
Specifies the ID of the calendar for the resource.
Syntax
[Visual Basic .NET]
Public Field calendarid As UniqueIdentifier
[C#]
public UniqueIdentifier calendarid;
[JScript]
public var calendarid : UniqueIdentifier;
Remarks
Represents a field of type UniqueIdentifier.
The following table contains additional information about this attribute:
Platform required | No |
Application requirement level | No Constraint |
Valid for create | Yes |
Valid for retrieve | Yes |
Valid for update | Yes |
See Also