Partager via


AllJoynAboutData.DefaultManufacturer Propriété

Définition

Important

Les types de l’espace de noms Windows.Devices.AllJoyn sont déconseillés et peuvent ne pas être disponibles dans les versions ultérieures de Windows. AllJoyn, parrainé par AllSeen Alliance, était un protocole de découverte et de communication open source pour les scénarios IoT (Internet of Things), tels que l’activation et l’arrêt des lumières et la lecture des températures. Pour des alternatives, telles qu’IoTivity Lite et IoTivity, reportez-vous au iotivity.org site web.

Nom du fabricant de l’application. Cette propriété est un raccourci vers l’entrée de la propriété Manufacturers pour 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

Valeur de propriété

String

Platform::String

winrt::hstring

Nom du fabricant.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
allJoyn

Remarques

Par défaut, la valeur retournée est extraite du champ « Nom d’affichage du serveur de publication » dans le manifeste d’une application UWP, de la propriété « CompanyName » de l’EXE pour une application de bureau ou de l’appareil tel que défini par le fabricant.

S’applique à