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