ItemremovePropertyAttribute Method (String, String) |
Modifies item's node by removing attribute on the specified property.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void removePropertyAttribute(
string propertyName,
string attributeName
)
Public Sub removePropertyAttribute (
propertyName As String,
attributeName As String
)
public void removePropertyAttribute(
String propertyName,
String attributeName
)
public function removePropertyAttribute(
propertyName : String,
attributeName : String
)
Parameters
- propertyName
- Type: SystemString
Name of the property - attributeName
- Type: SystemString
Name of the attribute
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
RemarksNo action if either specified property or attribute were not found.
See Also