SecurityGroupsDataSet.SecurityGroupsRow.WSEC_GRP_AD_LASTSYNC-Eigenschaft
Ruft ab oder legt diesen fest das Datum, wenn die Active Directory-Gruppe, die der Project Server-Sicherheitsgruppe zugeordnet ist zuletzt synchronisiert wurde.
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; }
Eigenschaftswert
Typ: System.DateTime
Siehe auch
Referenz
SecurityGroupsDataSet.SecurityGroupsRow Klasse