Selerix Developer Tools
ExtWebService Property (Portfolio)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Portfolio Class : ExtWebService Property
Gets or sets the external web service.
Syntax
'Declaration
 
Public Overridable Property ExtWebService As String
'Usage
 
Dim instance As Portfolio
Dim value As String
 
instance.ExtWebService = value
 
value = instance.ExtWebService
public virtual string ExtWebService {get; set;}
public read-write property ExtWebService: String; virtual; 
public function get,set ExtWebService : String
public: __property virtual string* get_ExtWebService();
public: __property virtual void set_ExtWebService( 
   string* value
);
public:
virtual property String^ ExtWebService {
   String^ get();
   void set (    String^ value);
}

Property Value

The external web service.
See Also

Reference

Portfolio Class
Portfolio Members