AttributeChange.ModificationType Property
Retrieves or sets one of the AttributeModificationType values that identifies the type of data contained by the attribute.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As AttributeChange
Dim value As AttributeModificationType
value = instance.ModificationType
Syntax
'Declaration
Public MustOverride ReadOnly Property ModificationType As AttributeModificationType
public abstract AttributeModificationType ModificationType { get; }
public:
virtual property AttributeModificationType ModificationType {
AttributeModificationType get () abstract;
}
/** @property */
public abstract AttributeModificationType get_ModificationType ()
public abstract function get ModificationType () : AttributeModificationType
Property Value
Returns AttributeModificationType.
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