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

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public string getPropertyCondition(
	string propertyName,
	string lang
)
Visual Basic (Declaration)
Public Function getPropertyCondition ( _
	propertyName As String, _
	lang As String _
) As String
J#
public String getPropertyCondition(
	String propertyName,
	String lang
)
JScript
public function getPropertyCondition(
	propertyName : String, 
	lang : String
) : String

Parameters

propertyName
Type: System..::.String
Property name.
lang
Type: System..::.String
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

If either property with the specified name or attribute 'condition' on the property doesn't exist, returns null.

Exceptions

ExceptionCondition
System..::.ExceptionThe instance doesn't represent a single item.

See Also