SecurityProjectCategoriesDataSet.GroupRelationsRow.WSEC_GRP_UID-Eigenschaft
Dient zum Abrufen oder Festlegen der Sicherheitsgruppe "GUID.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_GRP_UID As Guid
Get
Set
'Usage
Dim instance As SecurityProjectCategoriesDataSet.GroupRelationsRow
Dim value As Guid
value = instance.WSEC_GRP_UID
instance.WSEC_GRP_UID = value
public Guid WSEC_GRP_UID { get; set; }
Eigenschaftswert
Typ: System.Guid
Siehe auch
Referenz
SecurityProjectCategoriesDataSet.GroupRelationsRow Klasse