Selerix Developer Tools
Type Property (Address)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Address Class : Type Property
Gets or sets the type.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Overridable Property Type As String
'Usage
 
Dim instance As Address
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 type.
See Also

Reference

Address Class
Address Members