Table of Contents

Method ValueOf

Namespace
Skyline.DataMiner.Net.Ticketing.Validators
Assembly
SLNetTypes.dll

ValueOf(string)

Retrieves the value of the entry with the specified name.

public T ValueOf(string name)

Parameters

name string

The name of the entry for which the value must be retrieved.

Returns

T

The value of the entry with the specified name.

Exceptions

ArgumentException

There is no entry with the specified name.