Method PropertyExists
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
PropertyExists(string, PropertyType)
Determines whether the specified property exists in the DataMiner System.
bool PropertyExists(string name, PropertyType type)
Parameters
name
stringThe name of the property.
type
PropertyTypeSpecifies the property type.
Returns
- bool
Value indicating whether the specified property exists in the DataMiner System.
Exceptions
- ArgumentNullException
name
is null.- ArgumentException
name
is the empty string ("") or white space.