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.9.36244
Syntaxpublic string getPropertyCondition(
string propertyName,
string lang
)
Public Function getPropertyCondition (
propertyName As String,
lang As String
) As String
public String getPropertyCondition(
String propertyName,
String lang
)
public function getPropertyCondition(
propertyName : String,
lang : String
) : String
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.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also