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