CSEntryChange.ObjectModificationType Property
Retrieves the modification type.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As CSEntryChange
Dim value As ObjectModificationType
value = instance.ObjectModificationType
instance.ObjectModificationType = value
Syntax
'Declaration
Public MustOverride Property ObjectModificationType As ObjectModificationType
public abstract ObjectModificationType ObjectModificationType { get; set; }
public:
virtual property ObjectModificationType ObjectModificationType {
ObjectModificationType get () abstract;
void set (ObjectModificationType value) abstract;
}
/** @property */
public abstract ObjectModificationType get_ObjectModificationType ()
/** @property */
public abstract void set_ObjectModificationType (ObjectModificationType value)
public abstract function get ObjectModificationType () : ObjectModificationType
public abstract function set ObjectModificationType (value : ObjectModificationType)
Property Value
Returns ObjectModificationType.
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