Partager via


AllJoynBusAttachment.ConnectionSpecification 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.

Spécification de connexion utilisée pour établir et gérer la pièce jointe de bus. Si aucune spécification n’a été fournie, cette propriété récupère une spécification de canal nommée par défaut.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Spécification de connexion.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
allJoyn

S’applique à