CodeBlockCountry Property |
Gets or sets the country that this block is assigned to. This will be null if the
block is not assigned to a nation.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string Country { get; set; }
Public Property Country As String
Get
Set
public:
property String^ Country {
String^ get ();
void set (String^ value);
}
member Country : string with get, set
Property Value
Type:
StringSee Also