Share via


CSEntryChangeResultDetached.AnchorAttributes Property

Namespace: Microsoft.MetadirectoryServices.DetachedObjectModel
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim instance As CSEntryChangeResultDetached
Dim value As KeyedCollection(Of String, AttributeChange)

value = instance.AnchorAttributes

Syntax

'Declaration
Public Overrides ReadOnly Property AnchorAttributes As KeyedCollection(Of String, AttributeChange)
public override KeyedCollection<string,AttributeChange> AnchorAttributes { get; }
public:
virtual property KeyedCollection<String^, AttributeChange^>^ AnchorAttributes {
    KeyedCollection<String^, AttributeChange^>^ get () override;
}
/** @property */
public KeyedCollection<String,AttributeChange> get_AnchorAttributes ()
public override function get AnchorAttributes () : KeyedCollection<String,AttributeChange>

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

CSEntryChangeResultDetached Class
CSEntryChangeResultDetached Members
Microsoft.MetadirectoryServices.DetachedObjectModel Namespace