SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_GUID property
Gets or sets the GUID of the Active Directory group that is associated with the Project Server security group.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Property WSEC_GRP_AD_GUID As Guid
Get
Set
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim value As Guid
value = instance.WSEC_GRP_AD_GUID
instance.WSEC_GRP_AD_GUID = value
public Guid WSEC_GRP_AD_GUID { get; set; }
Property value
Type: System.Guid
See also
Reference
SecurityGroupsDataSet.SecurityGroupsRow class