Table of Contents

Property Disabled

Namespace
Skyline.DataMiner.Net.Profiles
Assembly
SLNetTypes.dll

Disabled

Gets or sets a value indicating whether this parameter is disabled.

public bool Disabled { get; set; }

Property Value

bool

true if disabled; otherwise, false.

Remarks

This is used to disable a parameter that should not be inherited from a parent profile instance. Feature introduced in DataMiner 9.6.8 (RN 21808).