Click or drag to resize

ItemgetPropertyCondition Method (String, String)

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

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

Parameters

propertyName
Type: SystemString
Property name.
lang
Type: SystemString
Language for which the property condition has to be returned. If null value is passed, the language of the current session is assumed.

Return Value

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