RegionCodeDescription.Code Property

Definition

Gets or sets the code associated with this instance.

[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=true, Name="Code", Order=100)]
public string Code { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=true, Name="Code", Order=100)>]
member this.Code : string with get, set
Public Property Code As String

Property Value

The code associated with this instance.

Attributes

Applies to