Click or drag to resize

GetUserBasicOut Structure

A structure that returns a result list of GetUserBasicModel
Inheritance Hierarchy
SystemObject
  SystemValueType
    AppOne.Services.V2.ContractsGetUserBasicOut

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public struct GetUserBasicOut : IServiceOut

The GetUserBasicOut type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleReport The report structure helps to provide diagnostics information about the service just requested
Public propertyCode exampleResults The result set for GetUserBasicOut is a list of the GetUserBasicModel objects
Top
Remarks
A structure that returns a result list of GetUserBasicModel.

Note  Note
This model is a light-weight user view. For detailed user information see the GetUserDetail(GetUserDetailIn) call.

Example
For example code see GetUserBasic(GetUserBasicIn)
See Also