CertificateRequestProperties.ContainerName Proprietà

Definizione

Ottiene o imposta il nome del contenitore.

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

void ContainerName(winrt::hstring value);
public string ContainerName { get; set; }
var string = certificateRequestProperties.containerName;
certificateRequestProperties.containerName = string;
Public Property ContainerName As String

Valore della proprietà

String

Platform::String

winrt::hstring

Nome del contenitore.

Si applica a