Skip to content

P_ScoreQuery_Models_UserInfo_UserName

Johnson Peter edited this page Aug 7, 2016 · 1 revision

UserInfo.UserName Property

用户名

Namespace: ScoreQuery.Models
Assembly: ScoreQueryLib-Native (in ScoreQueryLib-Native.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public string UserName { get; set; }

VB

Public Property UserName As String
	Get
	Set

C++

public:
property String^ UserName {
	String^ get ();
	void set (String^ value);
}

F#

member UserName : string with get, set

Property Value

Type: String

See Also

Reference

UserInfo Class
ScoreQuery.Models Namespace

Clone this wiki locally