Свойство SecurityProjectCategoriesDataSet.GroupRelationsRow.WSEC_CAT_UID
Получает или задает GUID категории безопасности web.
Пространство имен: WebSvcSecurity
Сборка: ProjectServerServices (в ProjectServerServices.dll)
Синтаксис
'Декларация
Public Property WSEC_CAT_UID As Guid
Get
Set
'Применение
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsRow
Dim value As Guid
value = instance.WSEC_CAT_UID
instance.WSEC_CAT_UID = value
public Guid WSEC_CAT_UID { get; set; }
Значение свойства
Тип: System.Guid
См. также
Справочные материалы
SecurityProjectCategoriesDataSet.GroupRelationsRow класс