 | CountryRepositoryUnitedStates Property |
Convenience property to easily access the Country object that represents the United States.
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic Country UnitedStates { get; }Public ReadOnly Property UnitedStates As Country
Get
public:
virtual property Country^ UnitedStates {
Country^ get () sealed;
}abstract UnitedStates : Country with get
override UnitedStates : Country with get
Property Value
Country
See Also