AllJoynAboutData.DefaultManufacturer Property

Definition

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

The name of the manufacturer of the app. This property is a shortcut to the entry in the Manufacturers property for the DefaultLanguage.

public:
 property Platform::String ^ DefaultManufacturer { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DefaultManufacturer();

void DefaultManufacturer(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DefaultManufacturer();

void DefaultManufacturer(winrt::hstring value);
public string DefaultManufacturer { get; set; }
public string DefaultManufacturer { [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("AllJoynAboutData has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] set; }
var string = allJoynAboutData.defaultManufacturer;
allJoynAboutData.defaultManufacturer = string;
Public Property DefaultManufacturer As String

Property Value

String

Platform::String

winrt::hstring

The manufacturer name.

Attributes

Windows requirements

App capabilities
allJoyn

Remarks

By default the value returned is pulled from the "Publisher display name" field in the app manifest of a UWP app, from the "CompanyName" property of the EXE for a Desktop app, or from the device as defined by the manufacturer.

Applies to