Udostępnij za pośrednictwem


ValueChange Constructor

Creates an instance of the ValueChange class.

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

Usage

'Usage
Dim value As Object
Dim valueModificationType As ValueModificationType

Dim instance As New ValueChange(value, valueModificationType)

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Sub New ( _
    value As Object, _
    valueModificationType As ValueModificationType _
)
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public ValueChange (
    Object value,
    ValueModificationType valueModificationType
)
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
ValueChange (
    Object^ value, 
    ValueModificationType valueModificationType
)
/** @attribute EditorBrowsableAttribute(EditorBrowsableState.Never) */ 
public ValueChange (
    Object value, 
    ValueModificationType valueModificationType
)
EditorBrowsableAttribute(EditorBrowsableState.Never) 
public function ValueChange (
    value : Object, 
    valueModificationType : ValueModificationType
)

Parameters

  • value
  • valueModificationType

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

ValueChange Class
ValueChange Members
Microsoft.MetadirectoryServices Namespace