Selerix Developer Tools
Description Property (ReportParameter)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ReportParameter Class : Description Property
Gets or sets the description.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property Description As String
'Usage
 
Dim instance As ReportParameter
Dim value As String
 
instance.Description = value
 
value = instance.Description
[XmlAttribute()]
[DefaultValue()]
public string Description {get; set;}
public read-write property Description: String; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set Description : String
[XmlAttribute()]
[DefaultValue()]
public: __property string* get_Description();
public: __property void set_Description( 
   string* value
);
[XmlAttribute()]
[DefaultValue()]
public:
property String^ Description {
   String^ get();
   void set (    String^ value);
}

Property Value

The description.
See Also

Reference

ReportParameter Class
ReportParameter Members