CalendarDataSet.CalendarsRow.CalendarUniqueIdToDuplicate property
Retrieves the master calendar identifier to use when adding a new calendar that is based on an existing calendar.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property CalendarUniqueIdToDuplicate As Guid
Get
Set
'Usage
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Guid
value = instance.CalendarUniqueIdToDuplicate
instance.CalendarUniqueIdToDuplicate = value
public Guid CalendarUniqueIdToDuplicate { get; set; }
Property value
Type: System.Guid
Returns String.
See also
Reference
CalendarDataSet.CalendarsRow class