다음을 통해 공유


CertificateQuery.StoreName 속성

정의

저장소 이름을 가져오거나 설정합니다.

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

void StoreName(winrt::hstring value);
public string StoreName { get; set; }
var string = certificateQuery.storeName;
certificateQuery.storeName = string;
Public Property StoreName As String

속성 값

String

Platform::String

winrt::hstring

저장소 이름입니다.

적용 대상