Share via


Utils.CreateCSEntryChangeResultCollection Method

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

Usage

'Usage
Dim returnValue As KeyedCollection(Of Guid, CSEntryChangeResult)

returnValue = Utils.CreateCSEntryChangeResultCollection

Syntax

'Declaration
Public Shared Function CreateCSEntryChangeResultCollection As KeyedCollection(Of Guid, CSEntryChangeResult)
public static KeyedCollection<Guid,CSEntryChangeResult> CreateCSEntryChangeResultCollection ()
public:
static KeyedCollection<Guid, CSEntryChangeResult^>^ CreateCSEntryChangeResultCollection ()
public static KeyedCollection<Guid,CSEntryChangeResult> CreateCSEntryChangeResultCollection ()
public static function CreateCSEntryChangeResultCollection () : KeyedCollection<Guid,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

Target Platforms

See Also

Reference

Utils Class
Utils Members
Microsoft.MetadirectoryServices Namespace