ItemremoveProperty Method (String) |
Removes the property tag with the specified name from the item's dom.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void removeProperty(
string propertyName
)
Public Sub removeProperty (
propertyName As String
)
public void removeProperty(
String propertyName
)
public function removeProperty(
propertyName : String
)
Parameters
- propertyName
- Type: SystemString
Property name.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
RemarksNo action if the specified property was not found.
See Also