ModeSMessageCapability Property |
Gets or sets the CA field of the reply.
Namespace: VirtualRadar.Interface.ModeSAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Nullable<Capability> Capability { get; set; }
Public Property Capability As Nullable(Of Capability)
Get
Set
public:
property Nullable<Capability> Capability {
Nullable<Capability> get ();
void set (Nullable<Capability> value);
}
member Capability : Nullable<Capability> with get, set
Property Value
Type:
NullableCapabilitySee Also