DirectoryServer::GetReplicationMetadata Method (String^)
.NET Framework (current version)
Retrieves the replication metadata for a specific Active Directory Domain Services object.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: [DirectoryServicesPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)] [DirectoryServicesPermissionAttribute(SecurityAction::InheritanceDemand, Unrestricted = true)] virtual ActiveDirectoryReplicationMetadata^ GetReplicationMetadata( String^ objectPath ) abstract
Parameters
- objectPath
-
Type:
System::String^
The path to the object for which to retrieve the replication metadata.
Return Value
Type: System.DirectoryServices.ActiveDirectory::ActiveDirectoryReplicationMetadata^An ActiveDirectoryReplicationMetadata object that contains the replication metadata for the specified object.
DirectoryServicesPermissionDirectoryServicesPermission
Demand value: LinkDemand
Demand value: InheritanceDemand
.NET Framework
Available since 2.0
Available since 2.0
Show: