Selerix Developer Tools
IsReadOnly Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : IsReadOnly Field
Indicates if the question field is read-only. Sets a field as read-only.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public IsReadOnly As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
value = instance.IsReadOnly
 
instance.IsReadOnly = value
[XmlAttribute()]
[DefaultValue()]
public bool IsReadOnly
public field IsReadOnly: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var IsReadOnly : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool IsReadOnly
[XmlAttribute()]
[DefaultValue()]
public:
bool IsReadOnly

Field Value

bool true/false
See Also

Reference

Question Class
Question Members