UserInfo..::..hrtype Property

hrtype,可通过此字段判断是否为台干或其他身份等

Namespace:  PDSS.CivetPublic.User
Assembly:  PDSS.CivetPublic.User (in PDSS.CivetPublic.User.dll)

Syntax


public string hrtype { get; set; }
Public Property hrtype As String
	Get
	Set
public:
property String^ hrtype {
	String^ get ();
	void set (String^ value);
}