Gets the 'condition' attribute of the property with the specified name.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public string getPropertyCondition(
string propertyName
) |
Visual Basic (Declaration) |
---|
Public Function getPropertyCondition ( _
propertyName As String _
) As String |
J# |
---|
public String getPropertyCondition(
String propertyName
) |
JScript |
---|
public function getPropertyCondition(
propertyName : String
) : String |
Parameters
- propertyName
- Type: System..::.String
Property name.
Return Value
If either property with the specified name or attribute 'condition' on the property
doesn't exist, returns
null ( in JavaScript, returns
undefined.)
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
See Also