FileDataFriendlyLocationElements Property |
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "friendlyLocationElements", EmitDefaultValue = false)]
public IList<string> FriendlyLocationElements { get; }
<DataMemberAttribute(Name := "friendlyLocationElements", EmitDefaultValue := false)>
Public ReadOnly Property FriendlyLocationElements As IList(Of String)
Get
public:
[DataMemberAttribute(Name = L"friendlyLocationElements", EmitDefaultValue = false)]
property IList<String^>^ FriendlyLocationElements {
IList<String^>^ get ();
}
[<DataMemberAttribute(Name = "friendlyLocationElements", EmitDefaultValue = false)>]
member FriendlyLocationElements : IList<string> with get
Property Value
Type:
IListStringSee Also