Selerix Developer Tools
OtherAnswerCode Property






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

Property Value

The other answer code.
See Also

Reference

RateParam Class
RateParam Members