共用方式為


CertificateRequestProperties.ContainerName 屬性

定義

取得或設定容器名稱。

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

屬性值

String

Platform::String

winrt::hstring

容器名稱。

適用於