Aracılığıyla paylaş


CSEntryChange.ChangedAttributeNames Property

Retrieves or sets the changed attributes.

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

Usage

'Usage
Dim instance As CSEntryChange
Dim value As IList(Of String)

value = instance.ChangedAttributeNames

Syntax

'Declaration
Public MustOverride ReadOnly Property ChangedAttributeNames As IList(Of String)
public abstract IList<string> ChangedAttributeNames { get; }
public:
virtual property IList<String^>^ ChangedAttributeNames {
    IList<String^>^ get () abstract;
}
/** @property */
public abstract IList<String> get_ChangedAttributeNames ()
public abstract function get ChangedAttributeNames () : IList<String>

Property Value

Returns IList.

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