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