AttributeChange.ValueChanges Property
Retrieves or sets values and changes of the attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As AttributeChange
Dim value As IList(Of ValueChange)
value = instance.ValueChanges
Syntax
'Declaration
Public MustOverride ReadOnly Property ValueChanges As IList(Of ValueChange)
public abstract IList<ValueChange> ValueChanges { get; }
public:
virtual property IList<ValueChange^>^ ValueChanges {
IList<ValueChange^>^ get () abstract;
}
/** @property */
public abstract IList<ValueChange> get_ValueChanges ()
public abstract function get ValueChanges () : IList<ValueChange>
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
AttributeChange Class
AttributeChange Members
Microsoft.MetadirectoryServices Namespace