SymbolInfoSvgContextData Property  | 
 
            Gets the context data of the symbol.
            
 
    Namespace: 
   Dundas.BI.Utility.Map
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<string> ContextData {
	get;
 }Public ReadOnly Property ContextData As IList(Of String)
		Get
public:
property IList<String^>^ ContextData {
		IList<String^>^ get ();
}member ContextData : IList<string> with 
		get
Property Value
Type: 
IListString
            The context data of the symbol.
            
See Also