2 digit state code.
Namespace: LC360API.Carrier_V1Assembly: LC360API (in LC360API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public string StateOrProvince { get; set; } |
Visual Basic |
---|
Public Property StateOrProvince As String
Get
Set |
Visual C++ |
---|
public:
property String^ StateOrProvince {
String^ get ();
void set (String^ value);
} |
See Also