Click or drag to resize

ItemgetPropertyAttribute Method (String, String, String)

Gets the specified attribute of the property with the specified name.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string getPropertyAttribute(
	string propertyName,
	string attributeName,
	string defaultValue
)

Parameters

propertyName
Type: SystemString
Property name.
attributeName
Type: SystemString
Attribute name
defaultValue
Type: SystemString
Attribute default value

Return Value

Type: String
If either property with the specified name or the specified attribute on the property doesn't exist, returns the default value.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also