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: WebSvcSecurity
Assembly: ProjectServerServices (in ProjectServerServices.dll)
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