IOnDemandLoadableCollection.Loaded Property

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.AnalysisServices.Hosting
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Property Loaded As Boolean
    Get
    Set
'Usage
Dim instance As IOnDemandLoadableCollection
Dim value As Boolean

value = instance.Loaded

instance.Loaded = value
bool Loaded { get; set; }
property bool Loaded {
    bool get ();
    void set (bool value);
}
abstract Loaded : bool with get, set
function get Loaded () : boolean
function set Loaded (value : boolean)

Property Value

Type: System.Boolean