CSEntryChangeResult.AnchorAttributes Property
Retrieves the added anchor attributes.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As CSEntryChangeResult
Dim value As KeyedCollection(Of String, AttributeChange)
value = instance.AnchorAttributes
Syntax
'Declaration
Public MustOverride ReadOnly Property AnchorAttributes As KeyedCollection(Of String, AttributeChange)
public abstract KeyedCollection<string,AttributeChange> AnchorAttributes { get; }
public:
virtual property KeyedCollection<String^, AttributeChange^>^ AnchorAttributes {
KeyedCollection<String^, AttributeChange^>^ get () abstract;
}
/** @property */
public abstract KeyedCollection<String,AttributeChange> get_AnchorAttributes ()
public abstract function get AnchorAttributes () : 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
CSEntryChangeResult Class
CSEntryChangeResult Members
Microsoft.MetadirectoryServices Namespace