ProGet SDK Reference
Version:

BasicUserInfo(string name, string displayName, string emailAddress) Constructor

Initializes a new instance of the BasicUserInfo class.

Syntax

public .ctor(string name, string displayName, string emailAddress)

Parameters

name
Type: string

The user name of the user.

displayName
Type: string

The display name of the user.

emailAddress
Type: string

The user's email address.