DomainApplicationDataEntityCountries Property
|
Namespace:
Aruba.Cloud.Domains.Common.Entities
Assembly:
Aruba.Cloud.Domains.Common.Entities (in Aruba.Cloud.Domains.Common.Entities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[DataMemberAttribute]
public List<CountryEntity> Countries { get; set; }<DataMemberAttribute>
Public Property Countries As List(Of CountryEntity)
Get
Set
public:
[DataMemberAttribute]
property List<CountryEntity^>^ Countries {
List<CountryEntity^>^ get ();
void set (List<CountryEntity^>^ value);
}[<DataMemberAttribute>]
member Countries : List<CountryEntity> with get, set
function get Countries () : List<CountryEntity>
function set Countries (value : List<CountryEntity>)
Property Value
Type:
ListCountryEntity
See Also