Table of Contents

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 int

The ID of the property.

Exceptions

ArgumentException

propertyId is invalid.