Compartir a través de


CertificateQuery.StoreName Propiedad

Definición

Obtiene o establece el nombre del almacén.

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

Valor de propiedad

String

Platform::String

winrt::hstring

Nombre del almacén.

Se aplica a