Selerix Developer Tools
Code Property (AgeParam)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > AgeParam Class : Code Property
Gets or sets the code. Gets or sets the code.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overrides Property Code As String
'Usage
 
Dim instance As AgeParam
Dim value As String
 
instance.Code = value
 
value = instance.Code
[XmlAttribute()]
public override string Code {get; set;}
public read-write property Code: String; override; 
XmlAttributeAttribute()
public override function get,set Code : String
[XmlAttribute()]
public: __property string* get_Code() override;
public: __property void set_Code( 
   string* value
) override;
[XmlAttribute()]
public:
property String^ Code {
   String^ get() override;
   void set (    String^ value) override;
}

Property Value

The code.The code.
See Also

Reference

AgeParam Class
AgeParam Members
Base Implementation in Code