Share via


INDTransmitterProperties.ModelNumber Property

Definition

Gets the model number from a transmitter certificate.

public:
 property Platform::String ^ ModelNumber { Platform::String ^ get(); };
winrt::hstring ModelNumber();
/// [get: Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
winrt::hstring ModelNumber();
public string ModelNumber { get; }
public string ModelNumber { [Windows.Foundation.Metadata.Deprecated("INDTransmitterProperties is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var string = iNDTransmitterProperties.modelNumber;
Public ReadOnly Property ModelNumber As String

Property Value

String

Platform::String

winrt::hstring

The model number as a text string.

Attributes

Applies to