ItemgetPropertyAttribute Method (String, String) |
Gets the specified attribute of the property with the specified name.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic string getPropertyAttribute(
string propertyName,
string attributeName
)
Public Function getPropertyAttribute (
propertyName As String,
attributeName As String
) As String
public String getPropertyAttribute(
String propertyName,
String attributeName
)
public function getPropertyAttribute(
propertyName : String,
attributeName : String
) : String
Parameters
- propertyName
- Type: SystemString
Property name. - attributeName
- Type: SystemString
Attribute name
Return Value
Type:
String
If either property with the specified name or the specified attribute on the property
doesn't exist, returns
null ( in JavaScript, returns
undefined.)
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also