MajorObject.IsLoaded Property

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

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

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsLoaded As Boolean
    Get
'Usage
Dim instance As MajorObject
Dim value As Boolean

value = instance.IsLoaded
[BrowsableAttribute(false)]
public bool IsLoaded { get; }
[BrowsableAttribute(false)]
public:
virtual property bool IsLoaded {
    bool get () sealed;
}
[<BrowsableAttribute(false)>]
abstract IsLoaded : bool
[<BrowsableAttribute(false)>]
override IsLoaded : bool
final function get IsLoaded () : boolean

Property Value

Type: System.Boolean