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