INodeExtenderMetadata.ViewNames 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.
Views this INodeExtender belongs to.
public:
property cli::array <System::String ^> ^ ViewNames { cli::array <System::String ^> ^ get(); };
[System.ComponentModel.DefaultValue(new System.String[] { "PhysicalTree" })]
public string[] ViewNames { get; }
[<System.ComponentModel.DefaultValue(new System.String[] { "PhysicalTree" })>]
member this.ViewNames : string[]
Public ReadOnly Property ViewNames As String()
Property Value
String[]
- Attributes
Remarks
The default view is PhysicalTree.