StudyDate Property
Summary
Gets or sets the date of the Study.
Syntax
[DataMemberAttribute()]
public string StudyDate { get; set; }
<DataMemberAttribute()>
Public Property StudyDate() As String
Get
Set
public:
[DataMemberAttribute]
property String^ StudyDate
{
String^ get()
void set(String^ value)
}
Property Value
The date of the Study.