CalendarDataSet.CalendarsRow.CalendarUniqueIdToDuplicate Property

Specifies the master calendar identifier to use when adding a new calendar based on an existing calendar.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.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

See Also

Reference

CalendarDataSet.CalendarsRow Class

CalendarDataSet.CalendarsRow Members

WebSvcCalendar Namespace