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
stringThe name of the entry.
Returns
- bool
true
if this enum has an entry with the specified name; otherwise,false
.