IVsCredentialKey.UserName 属性

定义

获取或设置凭据用户名、用户 ID 或任何特定于应用程序的唯一值。 用户名不区分大小写。

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

属性值

String

凭据用户名、用户 ID 或任何特定于应用程序的唯一值。

注解

用户名不区分大小写。

适用于