AttributeChangeDetached Constructor (SchemaAttribute, AttributeModificationType, IList)
Initializes a new instance of the AttributeChangeDetached Class.Initializes a new instance of the AttributeChangeDetached Class.
Namespace: Microsoft.MetadirectoryServices.DetachedObjectModel
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim attributeSchema As SchemaAttribute
Dim attributeModificationType As AttributeModificationType
Dim valueChanges As IList(Of ValueChange)
Dim instance As New AttributeChangeDetached(attributeSchema, attributeModificationType, valueChanges)
Syntax
'Declaration
Public Sub New ( _
attributeSchema As SchemaAttribute, _
attributeModificationType As AttributeModificationType, _
valueChanges As IList(Of ValueChange) _
)
public AttributeChangeDetached (
SchemaAttribute attributeSchema,
AttributeModificationType attributeModificationType,
IList<ValueChange> valueChanges
)
public:
AttributeChangeDetached (
SchemaAttribute^ attributeSchema,
AttributeModificationType attributeModificationType,
IList<ValueChange^>^ valueChanges
)
public AttributeChangeDetached (
SchemaAttribute attributeSchema,
AttributeModificationType attributeModificationType,
IList<ValueChange> valueChanges
)
public function AttributeChangeDetached (
attributeSchema : SchemaAttribute,
attributeModificationType : AttributeModificationType,
valueChanges : IList<ValueChange>
)
Remarks
The default constructor initializes any fields to their default values.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
AttributeChangeDetached Class
AttributeChangeDetached Members
Microsoft.MetadirectoryServices.DetachedObjectModel Namespace