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