Skip to content

sharedlibrarycoredtos FindClientResult

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

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

Clone this wiki locally