Gets value of the property with the specified name.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public string getProperty(
string propertyName
) |
Visual Basic (Declaration) |
---|
Public Function getProperty ( _
propertyName As String _
) As String |
J# |
---|
public String getProperty(
String propertyName
) |
JScript |
---|
public function getProperty(
propertyName : String
) : String |
Parameters
- propertyName
- Type: System..::.String
Property name.
Return Value
If the property is an item-property, ID of the item-property is returned.
If the property doesn't exist or it's an item-property without ID,
null
is returned ( in JavaScript
undefined is return) ; otherwise the method returns value of the specified property.
Exceptions
Exception | Condition |
---|
System..::.Exception | The instance doesn't represent a single item. |
See Also