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