  | ConstituencyConstituencyGroup Property  | 
 
            Gets or sets the constituency group.
            
 
    Namespace: 
   SeniorSystemsWS.Entity
    Assembly:
   SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string ConstituencyGroup { get; set; }Public Property ConstituencyGroup As String
	Get
	Set
public:
property String^ ConstituencyGroup {
	String^ get ();
	void set (String^ value);
}function get ConstituencyGroup () : String
function set ConstituencyGroup (value : String)
function get_ConstituencyGroup();
function set_ConstituencyGroup(value);
Property Value
Type: 
StringThe constituency group.
See Also