ActiveDirectoryReplicationMetadata.Contains(String) 方法
定义
确定指定的特性是否在此集合中。Determines if the specified attribute is in this collection.
public:
bool Contains(System::String ^ attributeName);
public bool Contains (string attributeName);
member this.Contains : string -> bool
Public Function Contains (attributeName As String) As Boolean
参数
- attributeName
- String
搜索的特性的 LDAP 显示名称。The LDAP display name of the attribute to search for.
返回
如果特性包含在此集合中,则为 true;否则为 false。true if the attribute is in this collection; otherwise, false.