Compartir a través de


de la propiedad CalendarDataSet.CalendarsRow.CAL_CHECKOUTBY

Recupera el identificador único del usuario que ha desprotegido el calendario bajo control de versiones.

Espacio de nombres:  WebSvcCalendar
Ensamblado:  ProjectServerServices (en ProjectServerServices.dll)

Sintaxis

'Declaración
Public Property CAL_CHECKOUTBY As Guid
    Get
    Set
'Uso
Dim instance As CalendarDataSet.CalendarsRow
Dim value As Guid

value = instance.CAL_CHECKOUTBY

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

Valor de propiedad

Tipo: System.Guid
Devuelve String.

Vea también

Referencia

clase CalendarDataSet.CalendarsRow

Miembros CalendarDataSet.CalendarsRow

Espacio de nombres WebSvcCalendar