UserFind.

FindAttributeValueByProperty(string, string, string) Method

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