SecurityProjectCategoriesDataSet.UserPermissionsRow.WSEC_CAT_UID property
Gets or sets the web security category GUID
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
'Declaration
Public Property WSEC_CAT_UID As Guid
Get
Set
'Usage
Dim instance As SecurityProjectCategoriesDataSet.UserPermissionsRow
Dim value As Guid
value = instance.WSEC_CAT_UID
instance.WSEC_CAT_UID = value
public Guid WSEC_CAT_UID { get; set; }
Type: System.Guid
SecurityProjectCategoriesDataSet.UserPermissionsRow class