Selerix Developer Tools
Type Property (Agent)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Agent Class : Type Property
Gets or sets the Agent type; for example, "agency" or "enroller". The Type property gets or sets the agent type, such as agency or enroller.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property Type As String
'Usage
 
Dim instance As Agent
Dim value As String
 
instance.Type = value
 
value = instance.Type
[XmlAttribute()]
public virtual string Type {get; set;}
public read-write property Type: String; virtual; 
XmlAttributeAttribute()
public function get,set Type : String
[XmlAttribute()]
public: __property virtual string* get_Type();
public: __property virtual void set_Type( 
   string* value
);
[XmlAttribute()]
public:
virtual property String^ Type {
   String^ get();
   void set (    String^ value);
}

Property Value

The Agent type.
See Also

Reference

Agent Class
Agent Members