 | ConstituencyConstituencyName Property |
Gets or sets the name of the constituency.
Namespace:
SeniorSystemsWS.Entity
Assembly:
SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntaxpublic string ConstituencyName { get; set; }
Public Property ConstituencyName As String
Get
Set
public:
property String^ ConstituencyName {
String^ get ();
void set (String^ value);
}
function get ConstituencyName () : String
function set ConstituencyName (value : String)
function get_ConstituencyName();
function set_ConstituencyName(value);
Property Value
Type:
StringThe name of the constituency.
See Also