Selerix Developer Tools
State Property (BusinessRule)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > BusinessRule Class : State Property
Gets or sets all business rules by state.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
Public Property State As String
'Usage
 
Dim instance As BusinessRule
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

All business rules by state.
See Also

Reference

BusinessRule Class
BusinessRule Members