Compartir a través de


AllJoynAboutData.AppId Propiedad

Definición

Importante

Los tipos del espacio de nombres Windows.Devices.AllJoyn están en desuso y es posible que no estén disponibles en versiones futuras de Windows. AllJoyn, patrocinado por AllSeen Alliance, fue un protocolo de comunicación y detección de código abierto para escenarios de Internet de las cosas (IoT), como encender y apagar las luces, y las temperaturas de lectura. Para conocer alternativas, como IoTivity Lite e IoTivity, consulte el sitio web de iotivity.org .

Identificador único global asociado a la aplicación.

public:
 property Platform::Guid AppId { Platform::Guid get(); void set(Platform::Guid value); };
winrt::guid AppId();

void AppId(winrt::guid 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::guid AppId();

void AppId(winrt::guid value);
public Guid AppId { get; set; }
public Guid AppId { [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 guid = allJoynAboutData.appId;
allJoynAboutData.appId = guid;
Public Property AppId As Guid

Valor de propiedad

Guid

Platform::Guid

winrt::guid

GUID que representa el identificador único global.

Atributos

Requisitos de Windows

Características de aplicaciones
allJoyn

Se aplica a