[This is preliminary documentation and is subject to change.]
Definition file load property
| C# | Visual Basic | Visual C++ |
public bool Loaded { get; set; }
Public Property Loaded As Boolean
public: property bool Loaded { bool get (); void set (bool value); }