MACapabilities.IsDNAsAnchor Property
Gets or sets a value indicating whether the synchronization engine supports DN as anchor.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As MACapabilities
Dim value As Boolean
value = instance.IsDNAsAnchor
instance.IsDNAsAnchor = value
Syntax
'Declaration
Public Property IsDNAsAnchor As Boolean
public bool IsDNAsAnchor { get; set; }
public:
property bool IsDNAsAnchor {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_IsDNAsAnchor ()
/** @property */
public void set_IsDNAsAnchor (boolean value)
public function get IsDNAsAnchor () : boolean
public function set IsDNAsAnchor (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
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
MACapabilities Class
MACapabilities Members
Microsoft.MetadirectoryServices Namespace