Share via


Utils.CreateAttributeChange Method

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

Usage

'Usage
Dim attributeChange As String
Dim attributeModificationType As AttributeModificationType
Dim returnValue As AttributeChange

returnValue = Utils.CreateAttributeChange(attributeChange, attributeModificationType)

Syntax

'Declaration
Public Shared Function CreateAttributeChange ( _
    attributeChange As String, _
    attributeModificationType As AttributeModificationType _
) As AttributeChange
public static AttributeChange CreateAttributeChange (
    string attributeChange,
    AttributeModificationType attributeModificationType
)
public:
static AttributeChange^ CreateAttributeChange (
    String^ attributeChange, 
    AttributeModificationType attributeModificationType
)
public static AttributeChange CreateAttributeChange (
    String attributeChange, 
    AttributeModificationType attributeModificationType
)
public static function CreateAttributeChange (
    attributeChange : String, 
    attributeModificationType : AttributeModificationType
) : AttributeChange

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

Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace