Selerix Developer Tools
ExtSponsor Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : ExtSponsor Property
Gets or sets the external sponsor.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property ExtSponsor As String
'Usage
 
Dim instance As Portfolio
Dim value As String
 
instance.ExtSponsor = value
 
value = instance.ExtSponsor
[XmlAttribute()]
public virtual string ExtSponsor {get; set;}
public read-write property ExtSponsor: String; virtual; 
XmlAttributeAttribute()
public function get,set ExtSponsor : String
[XmlAttribute()]
public: __property virtual string* get_ExtSponsor();
public: __property virtual void set_ExtSponsor( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ ExtSponsor {
   String^ get();
   void set (    String^ value);
}

Property Value

The external sponsor.
See Also

Reference

Portfolio Class
Portfolio Members