Share via


CSEntryChangeResult.Create Method (Guid, IList, MAExportError, String, String)

Creates an instance of the CSEntryChangeResult class.

Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)

Usage

'Usage
Dim identifier As Guid
Dim attributeChanges As IList(Of AttributeChange)
Dim errorCode As MAExportError
Dim errorName As String
Dim errorDetail As String
Dim returnValue As CSEntryChangeResult

returnValue = CSEntryChangeResult.Create(identifier, attributeChanges, errorCode, errorName, errorDetail)

Syntax

'Declaration
Public Shared Function Create ( _
    identifier As Guid, _
    attributeChanges As IList(Of AttributeChange), _
    errorCode As MAExportError, _
    errorName As String, _
    errorDetail As String _
) As CSEntryChangeResult
public static CSEntryChangeResult Create (
    Guid identifier,
    IList<AttributeChange> attributeChanges,
    MAExportError errorCode,
    string errorName,
    string errorDetail
)
public:
static CSEntryChangeResult^ Create (
    Guid identifier, 
    IList<AttributeChange^>^ attributeChanges, 
    MAExportError errorCode, 
    String^ errorName, 
    String^ errorDetail
)
public static CSEntryChangeResult Create (
    Guid identifier, 
    IList<AttributeChange> attributeChanges, 
    MAExportError errorCode, 
    String errorName, 
    String errorDetail
)
public static function Create (
    identifier : Guid, 
    attributeChanges : IList<AttributeChange>, 
    errorCode : MAExportError, 
    errorName : String, 
    errorDetail : String
) : CSEntryChangeResult

Parameters

  • identifier
    The identifier.
  • anchorAttributeChanges
    The anchor attribute changes.
  • errorCode
    The error code.
  • errorName
    The error name.
  • errorDetail
    The error detail.

Return Value

Returns CSEntryChangeResult.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CSEntryChangeResult Class
CSEntryChangeResult Members
Microsoft.MetadirectoryServices Namespace