Method DeleteProperty
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
DeleteProperty(int)
Deletes the property with the specified ID.
void DeleteProperty(int propertyId)
Parameters
propertyId
intThe ID of the property.
Exceptions
- ArgumentException
propertyId
is invalid.