CalendarDataSet.CalendarExceptionsRow.CAL_UID Property

Specifies the unique identifier of a calendar.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
Public Property CAL_UID As Guid
    Get
    Set
'Usage
Dim instance As CalendarDataSet.CalendarExceptionsRow
Dim value As Guid

value = instance.CAL_UID

instance.CAL_UID = value
public Guid CAL_UID { get; set; }

Property Value

Type: System.Guid

See Also

Reference

CalendarDataSet.CalendarExceptionsRow Class

CalendarDataSet.CalendarExceptionsRow Members

WebSvcCalendar Namespace