Selerix Developer Tools
IsGlobal Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Answer Class : IsGlobal Property
Gets or sets whether answer is for global question.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Overridable Property IsGlobal As Boolean
'Usage
 
Dim instance As Answer
Dim value As Boolean
 
instance.IsGlobal = value
 
value = instance.IsGlobal
[XmlAttribute()]
[DefaultValue()]
public virtual bool IsGlobal {get; set;}
public read-write property IsGlobal: Boolean; virtual; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set IsGlobal : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property virtual bool get_IsGlobal();
public: __property virtual void set_IsGlobal( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
virtual property bool IsGlobal {
   bool get();
   void set (    bool value);
}
See Also

Reference

Answer Class
Answer Members