Share via


CertificateQuery.StoreName Property

Definition

Gets or sets the store name.

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

Property Value

String

Platform::String

winrt::hstring

The store name.

Applies to