UserName ComplexType

Contains data about a user associated with a preferred solutions.

Properties

The properties of a complex type contain the structured data of the type.

Name Type Details
FirstName Edm.String

The first name of the user.

LastName Edm.String

The last name of the user.

SystemUserId Edm.Guid

The ID of the user.

Used by

The following use the UserName ComplexType.

Name How used
PreferredSolutionDetails AssociatedUsers Property

See also