Sets the attribute 'condition' on the specified property with the specified language.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public void setPropertyCondition(
string propertyName,
string condition,
string lang
) |
Visual Basic (Declaration) |
---|
Public Sub setPropertyCondition ( _
propertyName As String, _
condition As String, _
lang As String _
) |
J# |
---|
public void setPropertyCondition(
String propertyName,
String condition,
String lang
) |
JScript |
---|
public function setPropertyCondition(
propertyName : String,
condition : String,
lang : String
) |
Parameters
- propertyName
- Type: System..::.String
Property name
- condition
- Type: System..::.String
Condition value
- lang
- Type: System..::.String
Language for which the property condition has to be set. If null value is passed,
the language of the current session is assumed.
Remarks
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
System..::.ArgumentException | The property node is read-only. |
See Also