Selerix Developer Tools
ChangeReason Property (Portfolio)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : ChangeReason Property
Gets or sets the reason portfolio was changed.
Syntax
'Declaration
 
<XmlElementAttribute()>
Public Overridable Property ChangeReason As String
'Usage
 
Dim instance As Portfolio
Dim value As String
 
instance.ChangeReason = value
 
value = instance.ChangeReason
[XmlElement()]
public virtual string ChangeReason {get; set;}
public read-write property ChangeReason: String; virtual; 
XmlElementAttribute()
public function get,set ChangeReason : String
[XmlElement()]
public: __property virtual string* get_ChangeReason();
public: __property virtual void set_ChangeReason( 
   string* value
);
[XmlElement()]
public:
virtual property String^ ChangeReason {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

Portfolio Class
Portfolio Members