| RpAttrModelEditable Property |
Gets a value that indicates if the attribute can be edited.
Namespace:
RW.Server.Component
Assembly:
RW.Server.Component (in RW.Server.Component.dll) Version: 7.2.0.0 (7.2.0.0)
Syntax public virtual bool Editable { get; }
Public Overridable ReadOnly Property Editable As Boolean
Get
public:
virtual property bool Editable {
bool get ();
}
Property Value
Type:
Booleantrue if and only if the attribute can be edited:
If the attribute is a collector, it will be possible to add or
remove objects from the object collection.
See Also