This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.ActiveDirectory.
Summary
Finds the attribute value by property.
- Assembly
- Cake
.ActiveDirectory .dll - Namespace
- Cake
.ActiveDirectory .Users - Containing Type
- UserFind
Syntax
public string FindAttributeValueByProperty(string propertyName, string propertyValue, string attributeName)
Parameters
Name | Type | Description |
---|---|---|
propertyName | string | The property to search against. |
propertyValue | string | The property value to search. |
attributeName | string | The attribute name of the value to get. |
Return Value
Type | Description |
---|---|
string | Attribute Value |