Selerix Developer Tools
ProviderAddress Property






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

Property Value

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

Reference

Product Class
Product Members