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