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
namestringThe name of the property.
typePropertyTypeSpecifies the property type.
Returns
- bool
Value indicating whether the specified property exists in the DataMiner System.
Exceptions
- ArgumentNullException
nameis null.- ArgumentException
nameis the empty string ("") or white space.