ActiveDirectoryReplicationMetadata.Item[String] Property
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.
Gets an AttributeMetadata object in this collection.
public:
property System::DirectoryServices::ActiveDirectory::AttributeMetadata ^ default[System::String ^] { System::DirectoryServices::ActiveDirectory::AttributeMetadata ^ get(System::String ^ name); };
public System.DirectoryServices.ActiveDirectory.AttributeMetadata? this[string name] { get; }
public System.DirectoryServices.ActiveDirectory.AttributeMetadata this[string name] { get; }
member this.Item(string) : System.DirectoryServices.ActiveDirectory.AttributeMetadata
Default Public ReadOnly Property Item(name As String) As AttributeMetadata
Parameters
- name
- String
The LDAP display name of the attribute to get.
Property Value
An AttributeMetadata object that represents the specified attribute.
Applies to
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.