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