Share via


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

資格情報のリソース。

適用対象