NavigationView.ExpectedEntities Property

Definition

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

Applies to