Share via


PutExportEntriesResults.CSEntryChangeResults Property

Retrieves a collection of CSEntryChangeResult objects.

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

Usage

'Usage
Dim instance As PutExportEntriesResults
Dim value As KeyedCollection(Of Guid, CSEntryChangeResult)

value = instance.CSEntryChangeResults

Syntax

'Declaration
Public ReadOnly Property CSEntryChangeResults As KeyedCollection(Of Guid, CSEntryChangeResult)
public KeyedCollection<Guid,CSEntryChangeResult> CSEntryChangeResults { get; }
public:
property KeyedCollection<Guid, CSEntryChangeResult^>^ CSEntryChangeResults {
    KeyedCollection<Guid, CSEntryChangeResult^>^ get ();
}
/** @property */
public KeyedCollection<Guid,CSEntryChangeResult> get_CSEntryChangeResults ()
public function get CSEntryChangeResults () : KeyedCollection<Guid,CSEntryChangeResult>

Property Value

Returns KeyedCollection.

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

PutExportEntriesResults Class
PutExportEntriesResults Members
Microsoft.MetadirectoryServices Namespace