Struct CachedCountryList.Country
Inherited Members
Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke.dll
Syntax
public struct CachedCountryList.Country
Fields
Code
Declaration
public string Code
Field Value
| Type | Description |
|---|---|
| string |
FullName
Declaration
public string FullName
Field Value
| Type | Description |
|---|---|
| string |
Id
Declaration
public int Id
Field Value
| Type | Description |
|---|---|
| int |
Name
Declaration
public string Name
Field Value
| Type | Description |
|---|---|
| string |
NormalizedFullName
Declaration
public string NormalizedFullName
Field Value
| Type | Description |
|---|---|
| string |