PfxImportParameters.FriendlyName Property

Definition

Gets or sets the friendly name.

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

void FriendlyName(winrt::hstring value);
public string FriendlyName { get; set; }
var string = pfxImportParameters.friendlyName;
pfxImportParameters.friendlyName = string;
Public Property FriendlyName As String

Property Value

String

Platform::String

winrt::hstring

The friendly name.

Applies to