CSEntryChangeDetached Constructor
Initializes a new instance of the CSEntryChangeDetached Class.Initializes a new instance of the CSEntryChangeDetached Class.
Namespace: Microsoft.MetadirectoryServices.DetachedObjectModel
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim identifier As Guid
Dim modificationType As ObjectModificationType
Dim eCodeImport As MAImportError
Dim changedAttributeNames As IList(Of String)
Dim instance As New CSEntryChangeDetached(identifier, modificationType, eCodeImport, changedAttributeNames)
Syntax
'Declaration
Public Sub New ( _
identifier As Guid, _
modificationType As ObjectModificationType, _
eCodeImport As MAImportError, _
changedAttributeNames As IList(Of String) _
)
public CSEntryChangeDetached (
Guid identifier,
ObjectModificationType modificationType,
MAImportError eCodeImport,
IList<string> changedAttributeNames
)
public:
CSEntryChangeDetached (
Guid identifier,
ObjectModificationType modificationType,
MAImportError eCodeImport,
IList<String^>^ changedAttributeNames
)
public CSEntryChangeDetached (
Guid identifier,
ObjectModificationType modificationType,
MAImportError eCodeImport,
IList<String> changedAttributeNames
)
public function CSEntryChangeDetached (
identifier : Guid,
modificationType : ObjectModificationType,
eCodeImport : MAImportError,
changedAttributeNames : IList<String>
)
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
CSEntryChangeDetached Class
CSEntryChangeDetached Members
Microsoft.MetadirectoryServices.DetachedObjectModel Namespace