Return the value of one property

Namespace: Novalys.VisualGuard.Security.Domain.ActiveDirectory
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
protected string GetPropertyValue(
	DirectoryEntry dirEntry,
	string strPropertyName
)
Visual Basic
Protected Function GetPropertyValue ( 
	dirEntry As DirectoryEntry,
	strPropertyName As String
) As String

Parameters

dirEntry
Type: System.DirectoryServices..::..DirectoryEntry
strPropertyName
Type: System..::..String

Return Value

Type: String

See Also