TestimoX

API Reference

Class

Result

Namespace ComputerX.Smb.SmbConfigWriter
Assembly ComputerX
Modifiers sealed

Result of applying SMB configuration (success flag and optional note).

Inheritance

  • Object
  • Result

Constructors

public Result() #

Properties

public Boolean Success { get; set; } #

True when all updates succeeded.

public String Note { get; set; } #

Optional note (e.g., restart attempted).