Compartir a través de


PasswordCredential.Resource Propiedad

Definición

Obtiene o establece el recurso de la credencial.

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

void Resource(winrt::hstring resource);
public string Resource { get; set; }
var string = passwordCredential.resource;
passwordCredential.resource = string;
Public Property Resource As String

Valor de propiedad

String

Platform::String

winrt::hstring

Recurso de la credencial.

Se aplica a