Partager via


ValueChange.ModificationType Property

Retrieves the modification type of the value.

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

Usage

'Usage
Dim instance As ValueChange
Dim value As ValueModificationType

value = instance.ModificationType

Syntax

'Declaration
Public ReadOnly Property ModificationType As ValueModificationType
public ValueModificationType ModificationType { get; }
public:
property ValueModificationType ModificationType {
    ValueModificationType get ();
}
/** @property */
public ValueModificationType get_ModificationType ()
public function get ModificationType () : ValueModificationType

Property Value

Returns ValueModificationType.

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

ValueChange Class
ValueChange Members
Microsoft.MetadirectoryServices Namespace