ResourceDataSet.ResourcesRow.BaseCalendarUniqueId property
Gets or sets the default calendar to use when scheduling the resource.
Namespace: WebSvcResource
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property BaseCalendarUniqueId As Guid
Get
Set
'Usage
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Guid
value = instance.BaseCalendarUniqueId
instance.BaseCalendarUniqueId = value
public Guid BaseCalendarUniqueId { get; set; }
Property value
Type: System.Guid
Remarks
BaseCalendarUniqueId is a foreign key into CAL_UID.
See also
Reference
ResourceDataSet.ResourcesRow class