NavigationView.ExpectedEntities 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.
Gets or sets the expected entities of the navigation view.
public:
property cli::array <System::String ^> ^ ExpectedEntities { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem("EntityUrnPath", IsNullable=false)]
public string[] ExpectedEntities { get; set; }
[<System.Xml.Serialization.XmlArrayItem("EntityUrnPath", IsNullable=false)>]
member this.ExpectedEntities : string[] with get, set
Public Property ExpectedEntities As String()
Property Value
String[]
A string that represents the expected entities of the navigation view.
- Attributes