AllJoynServiceInfo.ObjectPath 属性

定义

重要

Windows.Devices.AllJoyn 命名空间中的类型已弃用,将来的 Windows 版本中可能不可用。 AllJoyn(由 AllSeen 联盟赞助)是一种开源发现和通信协议,适用于物联网 (IoT) 方案,例如打开和关闭灯以及读取温度。 有关 IoTivity LiteIoTivity 等替代项,请参阅 iotivity.org 网站。

服务对象的路径。 此路径用于匹配与连接到会话的服务对象的通信。

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

属性值

String

Platform::String

winrt::hstring

服务对象路径。

属性

Windows 要求

应用功能
allJoyn

适用于