ItemgetProperty Method (String) |
Gets value of the property with the specified name.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.20.39432
Syntaxpublic string getProperty(
string propertyName
)
Public Function getProperty (
propertyName As String
) As String
public String getProperty(
String propertyName
)
public function getProperty(
propertyName : String
) : String
Parameters
- propertyName
- Type: SystemString
Property name.
Return Value
Type:
String
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.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
See Also