PasswordCredential.Resource 属性

定义

获取或设置凭据的资源。

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

属性值

String

Platform::String

winrt::hstring

凭据的资源。

适用于