ITextTemplatingComponents.Hierarchy 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.
The hierarchy to use to help resolve project references.
public:
property System::Object ^ Hierarchy { System::Object ^ get(); void set(System::Object ^ value); };
public object Hierarchy { get; set; }
member this.Hierarchy : obj with get, set
Public Property Hierarchy As Object