ProfileInfo.UserName 属性
定义
获取该配置文件的用户名。Gets the user name for the profile.
public:
virtual property System::String ^ UserName { System::String ^ get(); };
public virtual string UserName { get; }
member this.UserName : string
Public Overridable ReadOnly Property UserName As String
属性值
该配置文件的用户名。The user name for the profile.