Utils.ExtensionsDirectory Property
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
'Usage
Dim value As String
value = Utils.ExtensionsDirectory
Syntax
'Declaration
Public Shared ReadOnly Property ExtensionsDirectory As String
public static string ExtensionsDirectory { get; }
public:
static property String^ ExtensionsDirectory {
String^ get ();
}
/** @property */
public static String get_ExtensionsDirectory ()
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
Reference
Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace