Click or drag to resize

ItemgetPropertyCondition Method (String)

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

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

Parameters

propertyName
Type: SystemString
Property name.

Return Value

Type: String
If either property with the specified name or attribute 'condition' on the property doesn't exist, returns null ( in JavaScript, returns undefined.)
Exceptions
ExceptionCondition
ExceptionThe instance doesn't represent a single item.
See Also