public bool SuppressSavingImagePath { get; set; }
Public Property SuppressSavingImagePath As Boolean
Get
Set
public:
property bool SuppressSavingImagePath {
bool get ();
void set (bool value);
}
member SuppressSavingImagePath : bool with get, set