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