Returns value of the attribute with the specified name on the item's node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public string getAttribute(
string attributeName
) |
Visual Basic (Declaration) |
---|
Public Function getAttribute ( _
attributeName As String _
) As String |
J# |
---|
public String getAttribute(
String attributeName
) |
JScript |
---|
public function getAttribute(
attributeName : String
) : String |
Parameters
- attributeName
- Type: System..::.String
The qualified name of the attribute.
Return Value
Attribute value or null if the attribute doesn't exist
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
See Also