AllJoynAboutData.DefaultManufacturer Proprietà

Definizione

Importante

I tipi nello spazio dei nomi Windows.Devices.AllJoyn sono deprecati e potrebbero non essere disponibili nelle versioni future di Windows. AllJoyn, sponsorizzato da AllSeen Alliance, è stato un protocollo di individuazione e comunicazione open source per scenari IoT (Internet of Things), ad esempio l'accensione e la disattivazione delle luci e la lettura delle temperature. Per alternative, ad esempio IoTivity Lite e IoTivity, fare riferimento al sito Web di iotivity.org .

Nome del produttore dell'app. Questa proprietà è un collegamento alla voce nella proprietà Manufacturers per 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

Valore della proprietà

String

Platform::String

winrt::hstring

Nome del produttore.

Attributi

Requisiti Windows

Funzionalità dell'app
allJoyn

Commenti

Per impostazione predefinita, il valore restituito viene estratto dal campo "Nome visualizzato editore" nel manifesto dell'app di un'app UWP, dalla proprietà "CompanyName" dell'EXE per un'app desktop o dal dispositivo come definito dal produttore.

Si applica a