INDTransmitterProperties.ModelManufacturerName 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 manufacturer name from a transmitter certificate.
public:
property Platform::String ^ ModelManufacturerName { Platform::String ^ get(); };
winrt::hstring ModelManufacturerName();
/// [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 ModelManufacturerName();
public string ModelManufacturerName { get; }
public string ModelManufacturerName { [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.modelManufacturerName;
Public ReadOnly Property ModelManufacturerName As String
Property Value
The model manufacturer name.
- Attributes