The ExtensionsDirectory property retrieves the path of the extensions directory. This property returns %ProgramFiles%\Microsoft Forefront Identity Management\2010\Synchronization Service\Extensions.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim value As String

value = Utils.ExtensionsDirectory

Syntax

Visual Basic
Public Shared ReadOnly Property ExtensionsDirectory As String
C#
public static string ExtensionsDirectory { get; }
C++
public:
static property String^ ExtensionsDirectory {
		String^ get ();
}
J#
/** @property */
public static String get_ExtensionsDirectory ()
JScript
public static function get ExtensionsDirectory () : String

Property Value

Returns String.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also