SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_LASTSYNC Property
Gets or sets the date when the Active Directory group that is associated with the Project Server security group was last synced.
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_LASTSYNC As DateTime
Get
Set
'Usage
Dim instance As SecurityGroupsDataSet.SecurityGroupsRow
Dim value As DateTime
value = instance.WSEC_GRP_AD_LASTSYNC
instance.WSEC_GRP_AD_LASTSYNC = value
public DateTime WSEC_GRP_AD_LASTSYNC { get; set; }
Property Value
Type: System.DateTime
See Also
Reference
SecurityGroupsDataSet.SecurityGroupsRow Class