IVsCredential.GetProperty(String) 方法

定义

获取与存储空间相关的属性。 名称不能为 null 或为空,也不能为空白。 如果找不到该属性或基础凭据已删除,将返回 null。 属性名称不区分大小写

public:
 System::String ^ GetProperty(System::String ^ name);
public:
 Platform::String ^ GetProperty(Platform::String ^ name);
std::wstring GetProperty(std::wstring const & name);
public string GetProperty (string name);
abstract member GetProperty : string -> string
Public Function GetProperty (name As String) As String

参数

name
String

属性的名称。

返回

String

属性。

适用于