AppServiceConnection.AppServiceName Property

Definition

Gets or sets the name of the app service to which you want to connect.

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

Property Value

String

Platform::String

winrt::hstring

The name of the app service to which you want to connect.

Applies to