Modifies item's node by removing attribute on the specified property.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void removePropertyAttribute(
string propertyName,
string attributeName
) |
Visual Basic (Declaration) |
---|
Public Sub removePropertyAttribute ( _
propertyName As String, _
attributeName As String _
) |
J# |
---|
public void removePropertyAttribute(
String propertyName,
String attributeName
) |
JScript |
---|
public function removePropertyAttribute(
propertyName : String,
attributeName : String
) |
Parameters
- propertyName
- Type: System..::.String
Name of the property
- attributeName
- Type: System..::.String
Name of the attribute
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
System..::.ArgumentException | The this.node is read-only. |
See Also