Table of Contents

Method IsDefinedName

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

IsDefinedName(string)

Retrieves a value indicating whether this enum has an entry with the specified name.

public bool IsDefinedName(string name)

Parameters

name string

The name of the entry.

Returns

bool

true if this enum has an entry with the specified name; otherwise, false.