AppServiceConnection.AppServiceName Proprietà

Definizione

Ottiene o imposta il nome del servizio app a cui si vuole connettersi.

public:
 property Platform::String ^ AppServiceName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring AppServiceName();

void AppServiceName(winrt::hstring value);
public string AppServiceName { get; set; }
var string = appServiceConnection.appServiceName;
appServiceConnection.appServiceName = string;
Public Property AppServiceName As String

Valore della proprietà

String

Platform::String

winrt::hstring

Nome del servizio app a cui si vuole connettersi.

Si applica a