Share via


INodeBrowseObjectProviderMetadata.ViewNames Property

Definition

Views this INodeBrowseObjectProvider 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.

Applies to