Share via


ValueChangeFactory.CreateValueChange Method

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

Usage

'Usage
Dim value As Object
Dim modificationType As ValueModificationType
Dim returnValue As ValueChange

returnValue = ValueChangeFactory.CreateValueChange(value, modificationType)

Syntax

'Declaration
Public Shared Function CreateValueChange ( _
    value As Object, _
    modificationType As ValueModificationType _
) As ValueChange
public static ValueChange CreateValueChange (
    Object value,
    ValueModificationType modificationType
)
public:
static ValueChange^ CreateValueChange (
    Object^ value, 
    ValueModificationType modificationType
)
public static ValueChange CreateValueChange (
    Object value, 
    ValueModificationType modificationType
)
public static function CreateValueChange (
    value : Object, 
    modificationType : ValueModificationType
) : ValueChange

Parameters

  • value
  • modificationType

Return Value

Returns ValueChange.

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

Development Platforms

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

Target Platforms

See Also

Reference

ValueChangeFactory Class
ValueChangeFactory Members
Microsoft.MetadirectoryServices Namespace