ItemsetProperty Method (String, String, String) |
Set the property with the specified name and language. If property doesn't exist on the item, create it
first and then set.
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic void setProperty(
string propertyName,
string propertyValue,
string lang
)
Public Sub setProperty (
propertyName As String,
propertyValue As String,
lang As String
)
public void setProperty(
String propertyName,
String propertyValue,
String lang
)
public function setProperty(
propertyName : String,
propertyValue : String,
lang : String
)
Parameters
- propertyName
- Type: SystemString
Property name. - propertyValue
- Type: SystemString
Value to be set on the property. - lang
- Type: SystemString
Language for which the property needs to be set. If null value is passed,
the language of the current session is assumed.
ExceptionsException | Condition |
---|
Exception | The instance doesn't represent a single item. |
ArgumentException | The this.node is read-only. |
See Also