Gets or sets the state.
Syntax
'Declaration
Public Overridable Property State As String
'Usage
Dim instance As EnrollmentSession
Dim value As String
instance.State = value
value = instance.State
public virtual string State {get; set;}
public read-write property State: String; virtual;
public function get,set State : String
public: __property virtual string* get_State();
public: __property virtual void set_State(
string* value
);
public:
virtual property String^ State {
String^ get();
void set ( String^ value);
}
Property Value
The state.
See Also