INDTransmitterProperties.ModelNumber 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 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
The model number as a text string.
- Attributes