共用方式為


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

認證的資源。

適用於