Selerix Developer Tools
Role Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Broker Class : Role Property
Gets or sets the role.
Syntax
'Declaration
 
Public Overridable Property Role As BrokerType
'Usage
 
Dim instance As Broker
Dim value As BrokerType
 
instance.Role = value
 
value = instance.Role
public virtual BrokerType Role {get; set;}
public read-write property Role: BrokerType; virtual; 
public function get,set Role : BrokerType
public: __property virtual BrokerType get_Role();
public: __property virtual void set_Role( 
   BrokerType value
);
public:
virtual property BrokerType Role {
   BrokerType get();
   void set (    BrokerType value);
}

Property Value

The role.
See Also

Reference

Broker Class
Broker Members