Share via


CSEntryChange.AnchorAttributes Property

Retrieves a read-only collection of the AttributeChange objects for those anchor attributes in the CSEntryChange object.

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

Usage

'Usage
Dim instance As CSEntryChange
Dim value As KeyedCollection(Of String, AnchorAttribute)

value = instance.AnchorAttributes

Syntax

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

Property Value

Returns KeyedCollection.

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

CSEntryChange Class
CSEntryChange Members
Microsoft.MetadirectoryServices Namespace