  | AddressMailingBlockState Property  | 
 
            Gets or sets the state.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string State { get; set; }Public Property State As String
	Get
	Set
public:
property String^ State {
	String^ get ();
	void set (String^ value);
}function get State () : String
function set State (value : String)
function get_State();
function set_State(value);
Property Value
Type: 
StringThe state.
See Also