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

자격 증명의 리소스입니다.

적용 대상