MACapabilities.ExportType Property
Gets or sets a value indicating whether the sync engine should create object replacements, objects with attribute replacements or objects with attribute updates during export.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As MACapabilities
Dim value As MAExportType
value = instance.ExportType
instance.ExportType = value
Syntax
'Declaration
Public Property ExportType As MAExportType
public MAExportType ExportType { get; set; }
public:
property MAExportType ExportType {
MAExportType get ();
void set (MAExportType value);
}
/** @property */
public MAExportType get_ExportType ()
/** @property */
public void set_ExportType (MAExportType value)
public function get ExportType () : MAExportType
public function set ExportType (value : MAExportType)
Property Value
Returns MAExportType.
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
MACapabilities Class
MACapabilities Members
Microsoft.MetadirectoryServices Namespace