Gets the path of the MAData folder. This property returns the following path: %ProgramFiles%\Microsoft Forefront Identity Management\2010\Synchronization Service\MaData.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim value As String

value = MAUtils.MAFolder

Syntax

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

Property Value

Returns a 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