MiracastReceiverSettings.ModelName 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.
A human-readable string that specifies the model name of the Miracast Receiver app.
public:
property Platform::String ^ ModelName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring ModelName();
void ModelName(winrt::hstring value);
public string ModelName { get; set; }
var string = miracastReceiverSettings.modelName;
miracastReceiverSettings.modelName = string;
Public Property ModelName As String
Property Value
The model name of the Miracast Receiver app.