Class GetUsersModel
Inherited Members
Namespace: SKM.V3.Models
Assembly: Cryptolens.Licensing.CrossPlatform.dll
Syntax
public class GetUsersModel : RequestModel
Properties
| Edit this page View SourceCustomerId
Declaration
public int CustomerId { get; set; }
Property Value
Type | Description |
---|---|
int |
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
string |
UserName
Declaration
public string UserName { get; set; }
Property Value
Type | Description |
---|---|
string |