DegreeAreaCode Property
Namespace: Ignition.CrmAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("dea_code")]
public string Code { get; protected set; }
<NetForumFieldAttribute("dea_code")>
Public Property Code As String
	Get
	Protected Set
public:
[NetForumFieldAttribute(L"dea_code")]
property String^ Code {
	String^ get ();
	protected: void set (String^ value);
}
[<NetForumFieldAttribute("dea_code")>]
member Code : string with get, set
Property Value
String