Class GetClientWindowsResult
public sealed record GetClientWindowsResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<GetClientWindowsResult>
- Inheritance
-
GetClientWindowsResult
- Implements
- Inherited Members
Constructors
GetClientWindowsResult(IReadOnlyList<ClientWindowInfo>)
public GetClientWindowsResult(IReadOnlyList<ClientWindowInfo> ClientWindows)
Parameters
ClientWindowsIReadOnlyList<ClientWindowInfo>
Properties
ClientWindows
public IReadOnlyList<ClientWindowInfo> ClientWindows { get; init; }