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