CodeBlockIsMilitary Property |
Gets or sets a flag indicating that this block is used by the nation's military.
Namespace: VirtualRadar.Interface.StandingDataAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public bool IsMilitary { get; set; }
Public Property IsMilitary As Boolean
Get
Set
public:
property bool IsMilitary {
bool get ();
void set (bool value);
}
member IsMilitary : bool with get, set
Property Value
Type:
BooleanSee Also