IVsCredentialKey.Resource 属性

定义

获取或设置凭据资源名称或 URI。 资源不区分大小写。

public:
 property System::String ^ Resource { System::String ^ get(); };
public:
 property Platform::String ^ Resource { Platform::String ^ get(); };
public string Resource { get; }
member this.Resource : string
Public ReadOnly Property Resource As String

属性值

String

凭据资源名称或 URI。

注解

资源不区分大小写。

适用于