GetImportEntriesRunStep.FullObjectEntries Property
Retrieves or sets the CSEntryChange.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As GetImportEntriesRunStep
Dim value As IList(Of CSEntryChange)
value = instance.FullObjectEntries
Syntax
'Declaration
Public ReadOnly Property FullObjectEntries As IList(Of CSEntryChange)
public IList<CSEntryChange> FullObjectEntries { get; }
public:
property IList<CSEntryChange^>^ FullObjectEntries {
IList<CSEntryChange^>^ get ();
}
/** @property */
public IList<CSEntryChange> get_FullObjectEntries ()
public function get FullObjectEntries () : IList<CSEntryChange>
Property Value
Returns IList.
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
GetImportEntriesRunStep Class
GetImportEntriesRunStep Members
Microsoft.MetadirectoryServices Namespace