Utils.CreateCSEntryChangeResult Method (Guid, IList, MAExportError)
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 returnValue As CSEntryChangeResult
returnValue = Utils.CreateCSEntryChangeResult(identifier, attributeChanges, errorCode)
Syntax
'Declaration
Public Shared Function CreateCSEntryChangeResult ( _
identifier As Guid, _
attributeChanges As IList(Of AttributeChange), _
errorCode As MAExportError _
) As CSEntryChangeResult
public static CSEntryChangeResult CreateCSEntryChangeResult (
Guid identifier,
IList<AttributeChange> attributeChanges,
MAExportError errorCode
)
public:
static CSEntryChangeResult^ CreateCSEntryChangeResult (
Guid identifier,
IList<AttributeChange^>^ attributeChanges,
MAExportError errorCode
)
public static CSEntryChangeResult CreateCSEntryChangeResult (
Guid identifier,
IList<AttributeChange> attributeChanges,
MAExportError errorCode
)
public static function CreateCSEntryChangeResult (
identifier : Guid,
attributeChanges : IList<AttributeChange>,
errorCode : MAExportError
) : 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
Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace