MACapabilities.ObjectRename Property
Gets or Sets a value indicating whether the management agent supports renames. Requires MADistinguishedNameStyle.Generic or MADistinguishedNameStyle.LdapStyle.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As MACapabilities
Dim value As Boolean
value = instance.ObjectRename
instance.ObjectRename = value
Syntax
'Declaration
Public Property ObjectRename As Boolean
public bool ObjectRename { get; set; }
public:
property bool ObjectRename {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_ObjectRename ()
/** @property */
public void set_ObjectRename (boolean value)
public function get ObjectRename () : boolean
public function set ObjectRename (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