Share via


SecurityProjectCategoriesDataSet.GroupRelationsRow.WSEC_GRP_UID property

Gets or sets the web security group 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; }

Property value

Type: System.Guid

See also

Reference

SecurityProjectCategoriesDataSet.GroupRelationsRow class

SecurityProjectCategoriesDataSet.GroupRelationsRow members

WebSvcSecurity namespace