SecurityProjectCategoriesDataSet.UserRelationsRow.WSEC_CAT_UID-Eigenschaft
Ruft ab oder legt diesen fest Sicherheitskategorie Web GUID.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_CAT_UID As Guid
Get
Set
'Usage
Dim instance As SecurityProjectCategoriesDataSet.UserRelationsRow
Dim value As Guid
value = instance.WSEC_CAT_UID
instance.WSEC_CAT_UID = value
public Guid WSEC_CAT_UID { get; set; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
SecurityProjectCategoriesDataSet.UserRelationsRow Klasse