Click or drag to resize

GetUserGroupsModel Class

**BETA** This class is the model for retrieving UserGroups information
Inheritance Hierarchy
SystemObject
  AppOne.Services.V2.ContractsGetUserGroupsModel

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public class GetUserGroupsModel

The GetUserGroupsModel type exposes the following members.

Properties
 NameDescription
Public propertyCode exampleID Gets the UserGroups UserGroupdID of the current GetUserGroupsModel
Public propertyCode exampleIsManaged Whether this group is a managed group or not.
Public propertyCode exampleModifiedBy The user id who modified this record
Public propertyCode exampleModifiedOn The date on which this record was last modified
Public propertyCode exampleName Gets the UserGroups Name of the current GetUserGroupsModel
Public propertyCode exampleNumber Gets the UserGroups Number of the current GetUserGroupsModel
Top
Remarks
This class is the model for retrieving UserGroups information.

Example
For example code see GetUserGroups(GetUserGroupsIn)
See Also