PasswordCredential.Resource Eigenschaft

Definition

Ruft die Ressource der Anmeldeinformationen ab oder legt sie fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Ressource der Anmeldeinformationen.

Gilt für: