DataSeries.SeriesProperties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies any metadata information for this series.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ SeriesProperties { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,string> SeriesProperties { get; }
member this.SeriesProperties : System.Collections.Generic.IReadOnlyDictionary<string, string>
Public ReadOnly Property SeriesProperties As IReadOnlyDictionary(Of String, String)