Selerix Developer Tools
XmlAsOfDate Property (RatesDictionary)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > RatesDictionary Class : XmlAsOfDate Property
Gets or sets the XML as of date.
Syntax
'Declaration
 
<XmlElementAttribute("AsOfDate")>
Public Overridable Property XmlAsOfDate As String
'Usage
 
Dim instance As RatesDictionary
Dim value As String
 
instance.XmlAsOfDate = value
 
value = instance.XmlAsOfDate
[XmlElement("AsOfDate")]
public virtual string XmlAsOfDate {get; set;}
public read-write property XmlAsOfDate: String; virtual; 
XmlElementAttribute("AsOfDate")
public function get,set XmlAsOfDate : String
[XmlElement("AsOfDate")]
public: __property virtual string* get_XmlAsOfDate();
public: __property virtual void set_XmlAsOfDate( 
   string* value
);
[XmlElement("AsOfDate")]
public:
virtual property String^ XmlAsOfDate {
   String^ get();
   void set (    String^ value);
}

Property Value

The XML as of date.
See Also

Reference

RatesDictionary Class
RatesDictionary Members