The IVirtualHierarchicalObject type exposes the following members.
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| GetProperty | 
            Returns property with given name (either object or property value).
              (Inherited from IHierarchicalObject.) | |
| TryGetProperty(String, Object ) | 
            Returns property with given name (either object or property value).
              (Inherited from IHierarchicalObject.) | |
| TryGetProperty(String, Object , Boolean) | 
            Returns property with given name (either object or property value).
              | 
Properties
| Name | Description | |
|---|---|---|
| Item | 
            String indexer, gets or sets the value with the specified name
              (Inherited from INameIndexable.) | |
| Properties | 
            Properties of the object available through GetProperty.
              (Inherited from IHierarchicalObject.) | 
See Also