ItemgetAttribute Method (String) |
Returns value of the attribute with the specified name on the item's node.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getAttribute(
string attributeName
)
Public Function getAttribute (
attributeName As String
) As String
public String getAttribute(
String attributeName
)
public function getAttribute(
attributeName : String
) : String
Parameters
- attributeName
- Type: SystemString
The qualified name of the attribute.
Return Value
Type:
StringAttribute value or null if the attribute doesn't exist
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also