TestimoX

API Reference

Class

LmCompatibilityView

Namespace ADPlayground.Gpo
Assembly ADPlayground
Implements
IEquatable<LmCompatibilityView>
Modifiers sealed

LAN Manager compatibility level.

Inheritance

  • Object
  • LmCompatibilityView

Constructors

public LmCompatibilityView(Int32 Level) #

LAN Manager compatibility level.

Parameters

Level System.Int32 requiredposition: 0
LMCompatibilityLevel value (-1 means not set).

Methods

public LmCompatibilityView <Clone>$() #
Returns: LmCompatibilityView
public Void Deconstruct(out Int32 Level) #
Returns: Void

Parameters

Level Int32 requiredposition: 0
public virtual Boolean Equals(LmCompatibilityView other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public Int32 Level { get; set; } #

LMCompatibilityLevel value (-1 means not set).

public String Display { get; } #

Human‑friendly representation; when the value is not configured, shows a clear message.