SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_LOG Property
Gets the synchronization status of the Project Server security group with Active Directory.
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_LOG As Short
Get
Set
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim value As Short
value = instance.WSEC_GRP_AD_LOG
instance.WSEC_GRP_AD_LOG = value
public short WSEC_GRP_AD_LOG { get; set; }
Property Value
Type: System.Int16
Remarks
The WSEC_GRP_AD_LOG property can have the following values:
Value |
Meaning |
---|---|
0 |
Never |
1 |
Success |
2 |
Failure |
See Also
Reference
SecurityGroupsDataSet.SecurityGroupsRow Class