For Babelfish Release 1.11.3.13

LocationState Property

Note: This API is now obsolete.
May either be the full name of the State, or the two letter abbreviation. And empty string means the name of the State is not know.

State is deprecated. The value of .State is exactly the same as the value of .Region

Definition

Namespace: Scopos.BabelFish.DataModel.Common
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
[ObsoleteAttribute("Use the more generic Region")]
public string State { get; set; }

Property Value

String

See Also