Selerix Developer Tools
ProviderFindURL Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : ProviderFindURL Property
Gets or sets the provider find URL.
Syntax
'Declaration
 
Public Overridable Property ProviderFindURL As String
'Usage
 
Dim instance As Product
Dim value As String
 
instance.ProviderFindURL = value
 
value = instance.ProviderFindURL
public virtual string ProviderFindURL {get; set;}
public read-write property ProviderFindURL: String; virtual; 
public function get,set ProviderFindURL : String
public: __property virtual string* get_ProviderFindURL();
public: __property virtual void set_ProviderFindURL( 
   string* value
);
public:
virtual property String^ ProviderFindURL {
   String^ get();
   void set (    String^ value);
}

Property Value

The provider find URL.
See Also

Reference

Product Class
Product Members