Click or drag to resize

ItemgetProperty Method (String)

Gets value of the property with the specified name.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public string getProperty(
	string propertyName
)

Parameters

propertyName
Type: SystemString
Property name.

Return Value

Type: String
If the property is an item-property, ID of the item-property is returned. If the property doesn't exist or it's an item-property without ID, null is returned ( in JavaScript undefined is return) ; otherwise the method returns value of the specified property.
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also