Свойство ResourceDataSet.ResourcesRow.RES_TIMESHEET_MGR_UID
Gets or sets the GUID of the timesheet manager for the resource.
Пространство имен: WebSvcResource
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
Public Property RES_TIMESHEET_MGR_UID As Guid
Get
Set
'Применение
Dim instance As ResourceDataSet.ResourcesRow
Dim value As Guid
value = instance.RES_TIMESHEET_MGR_UID
instance.RES_TIMESHEET_MGR_UID = value
public Guid RES_TIMESHEET_MGR_UID { get; set; }
Значение свойства
Тип: System.Guid
Замечания
If RES_TIMESHEET_MGR_UID is пустая ссылка (Nothing в Visual Basic), the resource is considered an optional timesheet user. This means that timesheets are not required for this user, and they will not appear on late timesheet reports.
См. также
Справочные материалы
ResourceDataSet.ResourcesRow класс