Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Series As List(Of ListViewSeriesInformation) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ListViewStudiesInformation Dim value As List(Of ListViewSeriesInformation) value = instance.Series |
C# | |
---|---|
public List<ListViewSeriesInformation> Series {get;} |
Managed Extensions for C++ | |
---|---|
public: __property List<ListViewSeriesInformation*>* get_Series(); |
C++/CLI | |
---|---|
public: property List<ListViewSeriesInformation^>^ Series { List<ListViewSeriesInformation^>^ get(); } |
Property Value
A List of ListViewSeriesInformation objects that contain the series information.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7