CSEntryChange.AttributeChanges Property

Retrieves a collection of the AttributeChange objects for all 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, AttributeChange)

value = instance.AttributeChanges

Syntax

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

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