Gets or sets the message for the property.
public string StudyExistsError {get; set;}
'Declaration
Public Property StudyExistsError As String
'Usage
Dim instance As WorkstationMessages
Dim value As String
instance.StudyExistsError = value
value = instance.StudyExistsError
public: __property string* get_StudyExistsError();
public: __property void set_StudyExistsError(
string* value
);
public:
property string* StudyExistsError {
string* get();
void set ( string* value);
}
Property Value
The message for the property.