'Declaration
<XmlAttributeAttribute()> <DefaultValueAttribute()> Public Property IsUserParam As Boolean
'Usage
Dim instance As ReportParameter Dim value As Boolean instance.IsUserParam = value value = instance.IsUserParam
[XmlAttribute()] [DefaultValue()] public bool IsUserParam {get; set;}
public read-write property IsUserParam: Boolean;
XmlAttributeAttribute() DefaultValueAttribute() public function get,set IsUserParam : boolean
[XmlAttribute()] [DefaultValue()] public: __property bool get_IsUserParam(); public: __property void set_IsUserParam( bool value );
[XmlAttribute()] [DefaultValue()] public: property bool IsUserParam { bool get(); void set ( bool value); }
Property Value
true
if this instance is user param; otherwise, false
.