CalendarDataSet.CalendarsRow.CAL_UID property
Recupera o identificador exclusivo do 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.CalendarsRow
Dim value As Guid
value = instance.CAL_UID
instance.CAL_UID = value
public Guid CAL_UID { get; set; }
Property value
Type: System.Guid
Retorna Guid.
Ver também
Referência
CalendarDataSet.CalendarsRow class