SymbolInfoSvgDataAlternateNames Property |
Gets the alternate names of the path.
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(EmitDefaultValue = true, Name = "AlternateNames")]
public IList<string> AlternateNames { get; }
<DataMemberAttribute(EmitDefaultValue := true, Name := "AlternateNames")>
Public ReadOnly Property AlternateNames As IList(Of String)
Get
public:
[DataMemberAttribute(EmitDefaultValue = true, Name = L"AlternateNames")]
property IList<String^>^ AlternateNames {
IList<String^>^ get ();
}
[<DataMemberAttribute(EmitDefaultValue = true, Name = "AlternateNames")>]
member AlternateNames : IList<string> with get
Property Value
Type:
IListString
The alternate names of the path.
See Also