LazyLoading.LoadedBlockNames Property

Gets the array of blocks' names read after the latest run.
Public Property LoadedBlockNames() As String() 
Get 
Protected Set(ByVal Value As As String())
This language is not supported or no code example is available.
public string[] LoadedBlockNames {get; protected set;}
This language is not supported or no code example is available.

Property Value

string[]
Remarks
 
This list becomes empty at the begin of DoWork() call.

.NET Framework

Supported in: 4.8

In this article

Definition