Removes the property tag with the specified name from the item's dom.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void removeProperty(
string propertyName
) |
Visual Basic (Declaration) |
---|
Public Sub removeProperty ( _
propertyName As String _
) |
J# |
---|
public void removeProperty(
String propertyName
) |
JScript |
---|
public function removeProperty(
propertyName : String
) |
Parameters
- propertyName
- Type: System..::.String
Property name.
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
System..::.ArgumentException | The this.node is read-only. |
See Also