PfxImportParameters.ContainerNamePrefix Property

Definition

Gets or sets the container name prefix.

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

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

Property Value

String

Platform::String

winrt::hstring

The container name prefix.

Applies to