Compartilhar via


AllJoynServiceInfo.ObjectPath Propriedade

Definição

Importante

Os tipos no namespace Windows.Devices.AllJoyn foram preteridos e podem não estar disponíveis em versões futuras do Windows. O AllJoyn, patrocinado pela AllSeen Alliance, era um protocolo de descoberta e comunicação de software livre para cenários de IoT (Internet das Coisas), como acender e desligar as luzes e ler temperaturas. Para obter alternativas, como IoTivity Lite e IoTivity, consulte o site do iotivity.org .

O caminho para o objeto de serviço. Esse caminho é usado para corresponder as comunicações com objetos de serviço conectados à sessão.

public:
 property Platform::String ^ ObjectPath { Platform::String ^ get(); };
winrt::hstring ObjectPath();
/// [get: Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
winrt::hstring ObjectPath();
public string ObjectPath { get; }
public string ObjectPath { [Windows.Foundation.Metadata.Deprecated("AllJoynServiceInfo has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")] get; }
var string = allJoynServiceInfo.objectPath;
Public ReadOnly Property ObjectPath As String

Valor da propriedade

String

Platform::String

winrt::hstring

O caminho do objeto de serviço.

Atributos

Requisitos do Windows

Funcionalidades do aplicativo
allJoyn

Aplica-se a