The WorkingDirectory property retrieves the path of the working directory. When used within a metaverse rules extension, this property returns %ProgramFiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\MaData. When used within a management agent rules extension, this property returns %ProgramFiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\MaData\MaName, where MaName is the name of the management agent.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim value As String

value = Utils.WorkingDirectory

Syntax

Visual Basic
Public Shared ReadOnly Property WorkingDirectory As String
C#
public static string WorkingDirectory { get; }
C++
public:
static property String^ WorkingDirectory {
		String^ get ();
}
J#
/** @property */
public static String get_WorkingDirectory ()
JScript
public static function get WorkingDirectory () : 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