'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property ShowChildOnTheSamePage As Boolean
'Usage
Dim instance As Question Dim value As Boolean instance.ShowChildOnTheSamePage = value value = instance.ShowChildOnTheSamePage
[XmlAttribute()] [DefaultValue()] public bool ShowChildOnTheSamePage {get; set;}
public read-write property ShowChildOnTheSamePage: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set ShowChildOnTheSamePage : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_ShowChildOnTheSamePage(); public: __property void set_ShowChildOnTheSamePage( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool ShowChildOnTheSamePage { bool get(); void set ( bool value); }