Selerix Developer Tools
XmlAsOfDate Property (AbstractModelObject)






Selerix.Foundation Assembly > Selerix.Foundation.Data Namespace > AbstractModelObject 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 AbstractModelObject
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

AbstractModelObject Class
AbstractModelObject Members