MACapabilities.ObjectConfirmation Property
Gets or sets a value indicating what the management agent supports for object export confirmation.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As MACapabilities
Dim value As MAObjectConfirmation
value = instance.ObjectConfirmation
instance.ObjectConfirmation = value
Syntax
'Declaration
Public Property ObjectConfirmation As MAObjectConfirmation
public MAObjectConfirmation ObjectConfirmation { get; set; }
public:
property MAObjectConfirmation ObjectConfirmation {
MAObjectConfirmation get ();
void set (MAObjectConfirmation value);
}
/** @property */
public MAObjectConfirmation get_ObjectConfirmation ()
/** @property */
public void set_ObjectConfirmation (MAObjectConfirmation value)
public function get ObjectConfirmation () : MAObjectConfirmation
public function set ObjectConfirmation (value : MAObjectConfirmation)
Property Value
Returns MAObjectConfirmation.
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