CalendarDataSet.CalendarsRow.CalendarUniqueIdToDuplicate Property
Retrieves the master calendar identifier to use when adding a new calendar that is based on an existing calendar.
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
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