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