AdSyncGroupSynchronizedEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnAdSyncGroupSynchronized(PSContextInfo, AdSyncGroupSynchronizedEventArgs) event handler method.
The AdSyncGroupSynchronizedEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AdSyncGroupSynchronizedEventArgs | Creates an instance of the AdSyncGroupSynchronizedEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
ADGroupGuid | Gets the GUID of an Active Directory group. | |
ADGroupName | Gets the name of an Active Directory group. | |
PWAGroupGuid | Gets the GUID for the security group that is synchronized with Active Directory. | |
PWAGroupName | Gets the name of the security group that is synchronized with Active Directory. | |
ResUIDToDistinguishedNameLookup | Gets a Dictionary object that contains a resource GUID and a distinguished name. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top