TestimoX

API Reference

Class

SmbShareCollectionDiagnostic

Namespace ComputerX.Smb
Assembly ComputerX
Modifiers sealed

Diagnostic message captured while collecting SMB share evidence.

Inheritance

  • Object
  • SmbShareCollectionDiagnostic

Usage

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

Constructors

public SmbShareCollectionDiagnostic() #

Properties

public String ComputerName { get; set; } #

Computer involved in the diagnostic.

public String ShareName { get; set; } #

Share involved in the diagnostic, when the issue is share-specific.

public SmbShareCollectionProvider Provider { get; set; } #

Provider that emitted the diagnostic.

public String Code { get; set; } #

Short machine-readable code.

public String Message { get; set; } #

Human-readable message.

public Nullable<Int32> StatusCode { get; set; } #

Native or provider-specific status code, when available.