ConnectionProfile.ProfileName Property

Definition

Gets the name of the connection profile.

public:
 property Platform::String ^ ProfileName { Platform::String ^ get(); };
winrt::hstring ProfileName();
public string ProfileName { get; }
var string = connectionProfile.profileName;
Public ReadOnly Property ProfileName As String

Property Value

String

Platform::String

winrt::hstring

The name of the connection profile.

Applies to