GUIReadOnly Property (MDUserDefinedPropertyDefinition)
In This Topic
GUIReadOnly property value. This property makes a new user-defined property to be Readonly in GUI.
Syntax
public bool GUIReadOnly {get; set;}
public:
property bool GUIReadOnly {
bool get();
void set ( bool value);
}
See Also