Class State
Inheritance
System.Object
State
Namespace: DirectScale.Disco.Extension
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class State : Object
Constructors
State()
Declaration
public State()
Properties
CountryCode
Declaration
public string CountryCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateCode
Declaration
public string StateCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |