1 sharedlibrarycoredtos FindClientResult
RaidMax edited this page 2023-05-20 22:09:21 -05:00

FindClientResult Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Dtos
  SharedLibraryCore.Dtos.FindClientResult[[FindClientResult]]
  end

Members

Properties

Public properties

Type Name Methods
int ClientId
client identifier
get, set
string Name
name of client
get, set
string Xuid
networkid of client
get, set

Details

Constructors

FindClientResult

Source code

public FindClientResult()

Properties

ClientId

public int ClientId { get; set; }
Summary

client identifier

Xuid

public string Xuid { get; set; }
Summary

networkid of client

Name

public string Name { get; set; }
Summary

name of client

Generated with ModularDoc