Table of Contents

Property ValueType

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

ValueType

Returns the parsed value type, this will return one of these expected types:

  • null
  • bool
  • ulong
  • long
  • double
  • string
public Type ValueType { get; }

Property Value

Type

Exceptions

ArgumentException

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