ProfileCountries Property | |
Gets or sets Countries
Namespace:
PSI.Sox
Assembly:
PSI.Sox (in PSI.Sox.dll) Version: 2.1
Syntax [DataMemberAttribute(EmitDefaultValue = false)]
public List<Country> Countries { get; set; }
public:
[DataMemberAttribute(EmitDefaultValue = false)]
virtual property List<Country^>^ Countries {
List<Country^>^ get () sealed;
void set (List<Country^>^ value) sealed;
}
function get_Countries();
function set_Countries(value);
Property Value
Type:
ListCountryImplements
IProfileCountriesSee Also