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