IApplicationArchiveAllRows Property |
Get all loaded row entities as a collection of IRowEntities
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIRowEntities AllRows { get; }
ReadOnly Property AllRows As IRowEntities
Get
Dim instance As IApplicationArchive
Dim value As IRowEntities
value = instance.AllRows
property IRowEntities^ AllRows {
IRowEntities^ get ();
}
Property Value
Type:
IRowEntities
See Also