Gets or sets the accession number of the study.
public string AccessionNumber {get; set;}
'Declaration
Public Property AccessionNumber As String
'Usage
Dim instance As StudyInformation
Dim value As String
instance.AccessionNumber = value
value = instance.AccessionNumber
public: __property string* get_AccessionNumber();
public: __property void set_AccessionNumber(
string* value
);
public:
property string* AccessionNumber {
string* get();
void set ( string* value);
}
Property Value
Type:
System.String The accession number of the study.