SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_LASTSYNC Property
Namespace: WebSvcSecurity
Assembly: ProjectServerWebServices (in ProjectServerWebServices.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