Selerix Developer Tools
State Property (Edition)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Edition Class : State Property
Gets or sets states.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property State As String
'Usage
 
Dim instance As Edition
Dim value As String
 
instance.State = value
 
value = instance.State
[XmlAttribute()]
public string State {get; set;}
public read-write property State: String; 
XmlAttributeAttribute()
public function get,set State : String
[XmlAttribute()]
public: __property string* get_State();
public: __property void set_State( 
   string* value
);
[XmlAttribute()]
public:
property String^ State {
   String^ get();
   void set (    String^ value);
}

Property Value

States.
See Also

Reference

Edition Class
Edition Members