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