Table of Contents

Property Value

Namespace
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.Models
Assembly
Skyline.DataMiner.DataSources.OpenConfig.Gnmi.dll

Value

The value as one of the corresponding base types:

  • null
  • bool
  • ulong
  • long
  • double
  • string
public object Value { get; }

Property Value

object

Exceptions

ArgumentException

When the underlying type is not recognized, this exception will throw what type is detected.