[NetForumBusinessObjectAttribute("co_country")]
public class Country : NetForumEntity<NetForumBusinessObjectAttribute("co_country")>
Public Class Country
Inherits NetForumEntity[NetForumBusinessObjectAttribute(L"co_country")]
public ref class Country : public NetForumEntity[<NetForumBusinessObjectAttribute("co_country")>]
type Country =
class
inherit NetForumEntity
end| Country | Initializes a new instance of the Country class |
| BpaRegion | |
| Code | |
| DoNotSell | |
| DoNotShip | |
| Id |
Primary key of the NetFORUM entity.
(Inherited from NetForumEntity) |
| IddCode | |
| Iso2Code | Obsolete. |
| IsoAlpha2Code | |
| IsoAlpha3Code | |
| IsoNumericCode | The ISO Numeric Code for this country. |
| LongName | |
| RegionId | |
| RevisionInformation | (Inherited from NetForumEntity) |
| States | The states or provinces associated with this Country |
| CastToCustomEntityTEntity |
Safely cast this entity to a custom user-defined type, as configured via the current CustomEntityRegistrar.
(Inherited from NetForumEntity) |