ActiveDirectoryReplicationMetadata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ActiveDirectoryReplicationMetadata class contains replication information for a set of Active Directory Domain Services attributes.
public ref class ActiveDirectoryReplicationMetadata : System::Collections::DictionaryBase
public class ActiveDirectoryReplicationMetadata : System.Collections.DictionaryBase
type ActiveDirectoryReplicationMetadata = class
inherit DictionaryBase
Public Class ActiveDirectoryReplicationMetadata
Inherits DictionaryBase
- Inheritance
Properties
| Name | Description |
|---|---|
| AttributeNames |
Gets the names that are contained in this collection. |
| Item[String] |
Gets an AttributeMetadata object in this collection. |
| Values |
Gets the values that are contained in this collection. |
Methods
| Name | Description |
|---|---|
| Contains(String) |
Determines if the specified attribute is in this collection. |
| CopyTo(AttributeMetadata[], Int32) |
Copies all AttributeMetadata objects in this collection to the specified array, starting at the specified index of the target array. |