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.