SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_LOG property
Gets the synchronization status of the Project Server security group with Active Directory.
Namespace: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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