MajorObject.IsLoaded Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that indicates whether MajorObject have been loaded.
[System.ComponentModel.Browsable(false)]
public bool IsLoaded { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsLoaded : bool
Public ReadOnly Property IsLoaded As Boolean
Property Value
true if MajorObject have been loaded; otherwise, false.
- Attributes