TestimoX

API Reference

Class

SmbShareDiagnosticFinding

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

A finding produced by SMB share diagnostics.

Inheritance

  • Object
  • SmbShareDiagnosticFinding

Usage

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

Constructors

public SmbShareDiagnosticFinding() #

Properties

public String ComputerName { get; set; } #

Computer hosting the share.

public String ShareName { get; set; } #

Share involved in the finding.

public String Code { get; set; } #

Stable finding code.

public SmbShareDiagnosticSeverity Severity { get; set; } #

Finding severity.

public String Identity { get; set; } #

Identity involved in the finding, when applicable.

public String Sid { get; set; } #

SID involved in the finding, when available.

public String Message { get; set; } #

Short summary.