SeriesDate Property
Summary
Gets or sets the date the series was made.
Syntax
[DataMemberAttribute()]
public string SeriesDate { get; set; }
<DataMemberAttribute()>
Public Property SeriesDate() As String
Get
Set
public:
[DataMemberAttribute]
property String^ SeriesDate
{
String^ get()
void set(String^ value)
}
Property Value
A string that represents the date the series was made.