TestimoX

API Reference

Class

SmbShareRepairChange

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Single change included in an SMB share repair plan.

Inheritance

  • Object
  • SmbShareRepairChange

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

public SmbShareRepairChange() #

Properties

public String Action { get; set; } #

Change action such as Add, Merge, Replace, SetOwner, or NoChange.

public String Identity { get; set; } #

Identity affected by the change.

public String CurrentValue { get; set; } #

Existing value, when available.

public String DesiredValue { get; set; } #

Desired value.

public String Message { get; set; } #

Human-readable explanation.