Selerix Developer Tools
GlobalProvider Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Product Class : GlobalProvider Property
Gets or sets a value indicating whether [global provider].
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Overridable Property GlobalProvider As Boolean
'Usage
 
Dim instance As Product
Dim value As Boolean
 
instance.GlobalProvider = value
 
value = instance.GlobalProvider
[DefaultValue()]
public virtual bool GlobalProvider {get; set;}
public read-write property GlobalProvider: Boolean; virtual; 
DefaultValueAttribute()
public function get,set GlobalProvider : boolean
[DefaultValue()]
public: __property virtual bool get_GlobalProvider();
public: __property virtual void set_GlobalProvider( 
   bool value
);
[DefaultValue()]
public:
virtual property bool GlobalProvider {
   bool get();
   void set (    bool value);
}

Property Value

true if [global provider]; otherwise, false.
See Also

Reference

Product Class
Product Members