AttributeChangeDetached Constructor (String, 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 attributeName As String
Dim attributeModificationType As AttributeModificationType
Dim valueChanges As IList(Of ValueChange)
Dim instance As New AttributeChangeDetached(attributeName, attributeModificationType, valueChanges)
Syntax
'Declaration
Public Sub New ( _
attributeName As String, _
attributeModificationType As AttributeModificationType, _
valueChanges As IList(Of ValueChange) _
)
public AttributeChangeDetached (
string attributeName,
AttributeModificationType attributeModificationType,
IList<ValueChange> valueChanges
)
public:
AttributeChangeDetached (
String^ attributeName,
AttributeModificationType attributeModificationType,
IList<ValueChange^>^ valueChanges
)
public AttributeChangeDetached (
String attributeName,
AttributeModificationType attributeModificationType,
IList<ValueChange> valueChanges
)
public function AttributeChangeDetached (
attributeName : String,
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