| 
            
              UserInfoGetUserPropertyValue Method
             | 
          
        
        
            Returns the value for specified active directory property.
            
        
        Namespace: GSF.IdentityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxpublic string GetUserPropertyValue(
	string propertyName
)
Public Function GetUserPropertyValue ( 
	propertyName As String
) As String
public:
String^ GetUserPropertyValue(
	String^ propertyName
)
member GetUserPropertyValue : 
        propertyName : string -> string function GetUserPropertyValue(propertyName);
 View SourceParameters
- propertyName  String
 - Name of the active directory property whose value is to be retrieved.
 
Return Value
StringString value for the specified active directory property.
See Also