Radio.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumeration value that describes what kind of radio this object represents.
public:
property RadioKind Kind { RadioKind get(); };
RadioKind Kind();
public RadioKind Kind { get; }
var radioKind = radio.kind;
Public ReadOnly Property Kind As RadioKind
Property Value
The kind of this radio.