CountryStates Property

The states or provinces associated with this Country

Definition

Namespace: Ignition.Crm
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumSubEntityCollectionAttribute(null, NetForumDataBindingMode.ReadWrite, null, CustomParentRelationship = "sta_cty_code={cty_code}", 
	DataBindingMode = NetForumDataBindingMode.ReadOnly)]
public IReadOnlyCollection<State> States { get; protected set; }

Property Value

IReadOnlyCollectionState

Remarks

Due to baseline netFORUM limitations, this collection can never be preloaded.

See Also