AdSyncGroupSynchronizedEventArgs 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() | |
![]() |
AdSyncGroupSynchronizedEventArgs(Guid, String, Guid, String, Dictionary<Guid, String>) | 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 | (Inherited from ResUIDToDistinguishedNamePostEventArgs.) |
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
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
IXmlSerializable.GetSchema | (Inherited from ResUIDToDistinguishedNamePostEventArgs.) |
![]() ![]() |
IXmlSerializable.ReadXml | (Inherited from ResUIDToDistinguishedNamePostEventArgs.) |
![]() ![]() |
IXmlSerializable.WriteXml | (Inherited from ResUIDToDistinguishedNamePostEventArgs.) |
Top