CSEntryChangeResultDetached Constructor
Initializes a new instance of the CSEntryChangeResultDetached Class.Initializes a new instance of the CSEntryChangeResultDetached Class.
Namespace: Microsoft.MetadirectoryServices.DetachedObjectModel
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim identifier As Guid
Dim updatedAnchorAttributes As IList(Of AttributeChange)
Dim errorCode As MAExportError
Dim errorName As String
Dim errorDetail As String
Dim instance As New CSEntryChangeResultDetached(identifier, updatedAnchorAttributes, errorCode, errorName, errorDetail)
Syntax
'Declaration
Public Sub New ( _
identifier As Guid, _
updatedAnchorAttributes As IList(Of AttributeChange), _
errorCode As MAExportError, _
errorName As String, _
errorDetail As String _
)
public CSEntryChangeResultDetached (
Guid identifier,
IList<AttributeChange> updatedAnchorAttributes,
MAExportError errorCode,
string errorName,
string errorDetail
)
public:
CSEntryChangeResultDetached (
Guid identifier,
IList<AttributeChange^>^ updatedAnchorAttributes,
MAExportError errorCode,
String^ errorName,
String^ errorDetail
)
public CSEntryChangeResultDetached (
Guid identifier,
IList<AttributeChange> updatedAnchorAttributes,
MAExportError errorCode,
String errorName,
String errorDetail
)
public function CSEntryChangeResultDetached (
identifier : Guid,
updatedAnchorAttributes : IList<AttributeChange>,
errorCode : MAExportError,
errorName : String,
errorDetail : 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
CSEntryChangeResultDetached Class
CSEntryChangeResultDetached Members
Microsoft.MetadirectoryServices.DetachedObjectModel Namespace