SecurityGroupsDataSet.CategoryPermissionsRow.WSEC_GRP_UID Property
Gets or sets the group GUID.
Namespace: [Security Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Security.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Security.asmx?wsdl
Syntax
'Declaration
Public Property WSEC_GRP_UID As Guid
Get
Set
'Usage
Dim instance As SecurityGroupsDataSet.CategoryPermissionsRow
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
SecurityGroupsDataSet.CategoryPermissionsRow Class