CSEntryChangeExtensionsCreateAttributeUpdate Method (CSEntryChange, String, IListValueChange) |
Creates an AttributeChange of type Update using the specified value changes
Namespace: Lithnet.MetadirectoryServicesAssembly: Lithnet.MetadirectoryServices (in Lithnet.MetadirectoryServices.dll) Version: 1.0.6017.24765
Syntax public static void CreateAttributeUpdate(
this CSEntryChange csentry,
string attributeName,
IList<ValueChange> valueChanges
)
<ExtensionAttribute>
Public Shared Sub CreateAttributeUpdate (
csentry As CSEntryChange,
attributeName As String,
valueChanges As IList(Of ValueChange)
)
public:
[ExtensionAttribute]
static void CreateAttributeUpdate(
CSEntryChange^ csentry,
String^ attributeName,
IList<ValueChange^>^ valueChanges
)
Parameters
- csentry
- Type: CSEntryChange
The CSEntryChange to add the AttributeChange to - attributeName
- Type: SystemString
The name of the attribute - valueChanges
- Type: System.Collections.GenericIListValueChange
The values changes to add to the update operation
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
CSEntryChange. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also