CertificateRequestProperties.ContainerNamePrefix Property

Definition

Gets or sets the prefix of the container name.

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 = certificateRequestProperties.containerNamePrefix;
certificateRequestProperties.containerNamePrefix = string;
Public Property ContainerNamePrefix As String

Property Value

String

Platform::String

winrt::hstring

The prefix of the container name.

Applies to