PasswordCredential.Resource Property

Definition

Gets or sets the resource of the credential.

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

Property Value

String

Platform::String

winrt::hstring

The resource of the credential.

Applies to