CSEntryChangeResult.Create Method (Guid, IList, MAExportError)
Creates an instance of the CSEntryChangeResult class.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim identifier As Guid
Dim anchorAttributeChanges As IList(Of AttributeChange)
Dim errorCode As MAExportError
Dim returnValue As CSEntryChangeResult
returnValue = CSEntryChangeResult.Create(identifier, anchorAttributeChanges, errorCode)
Syntax
'Declaration
Public Shared Function Create ( _
identifier As Guid, _
anchorAttributeChanges As IList(Of AttributeChange), _
errorCode As MAExportError _
) As CSEntryChangeResult
public static CSEntryChangeResult Create (
Guid identifier,
IList<AttributeChange> anchorAttributeChanges,
MAExportError errorCode
)
public:
static CSEntryChangeResult^ Create (
Guid identifier,
IList<AttributeChange^>^ anchorAttributeChanges,
MAExportError errorCode
)
public static CSEntryChangeResult Create (
Guid identifier,
IList<AttributeChange> anchorAttributeChanges,
MAExportError errorCode
)
public static function Create (
identifier : Guid,
anchorAttributeChanges : IList<AttributeChange>,
errorCode : MAExportError
) : CSEntryChangeResult
Parameters
- identifier
The identifier.
- anchorAttributeChanges
The anchor attribute changes.
- errorCode
The error code.
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