CalendarDataSet.CalendarExceptionsRow.CAL_UID property
Especifica o identificador exclusivo de um calendário.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaração
Public Property CAL_UID As Guid
Get
Set
'Uso
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
Ver também
Referência
CalendarDataSet.CalendarExceptionsRow class