MACapabilities.ConcurrentOperation Property
Gets or sets a value indicating whether the sync engine supports concurrent operation of multiple instances of the management agent.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As MACapabilities
Dim value As Boolean
value = instance.ConcurrentOperation
instance.ConcurrentOperation = value
Syntax
'Declaration
Public Property ConcurrentOperation As Boolean
public bool ConcurrentOperation { get; set; }
public:
property bool ConcurrentOperation {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ConcurrentOperation ()
/** @property */
public void set_ConcurrentOperation (boolean value)
public function get ConcurrentOperation () : boolean
public function set ConcurrentOperation (value : boolean)
Property Value
Returns Boolean.
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