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