Share via


SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_GROUP Property

Gets or sets the name of the Active Directory group that is associated with the Project Server security group.

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_AD_GROUP As String
    Get
    Set
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim value As String

value = instance.WSEC_GRP_AD_GROUP

instance.WSEC_GRP_AD_GROUP = value
public string WSEC_GRP_AD_GROUP { get; set; }

Property Value

Type: System.String

See Also

Reference

SecurityGroupsDataSet.SecurityGroupsRow Class

SecurityGroupsDataSet.SecurityGroupsRow Members

Security Web Service