AttributeChange.CreateAttributeUpdate Method (String, IList)
Create an instance of the AttributeChange class whose AttributeModificationType is Update with multiple attribute values.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim attributeName As String
Dim valueChanges As IList(Of ValueChange)
Dim returnValue As AttributeChange
returnValue = AttributeChange.CreateAttributeUpdate(attributeName, valueChanges)
Syntax
'Declaration
Public Shared Function CreateAttributeUpdate ( _
attributeName As String, _
valueChanges As IList(Of ValueChange) _
) As AttributeChange
public static AttributeChange CreateAttributeUpdate (
string attributeName,
IList<ValueChange> valueChanges
)
public:
static AttributeChange^ CreateAttributeUpdate (
String^ attributeName,
IList<ValueChange^>^ valueChanges
)
public static AttributeChange CreateAttributeUpdate (
String attributeName,
IList<ValueChange> valueChanges
)
public static function CreateAttributeUpdate (
attributeName : String,
valueChanges : IList<ValueChange>
) : AttributeChange
Parameters
- attributeName
Contains an attribute name.
- valueChanges
Contains a collection of attribute values .
Return Value
Returns 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
AttributeChange Class
AttributeChange Members
Microsoft.MetadirectoryServices Namespace