Display.SetCustomPropertyValue Method

Set custom property value. If property not exist then it is created
<ID("SetCustomPropertyValue", (int)e.SetCustomPropertyValue)> _ 
Public Function SetCustomPropertyValue( _ 
ByVal propertyName As String, _ 
ByVal propertyValue As Object
) As Integer
This language is not supported or no code example is available.
[ID("SetCustomPropertyValue", (int)e.SetCustomPropertyValue)] 
public int SetCustomPropertyValue( 
string propertyName
object propertyValue 
)
This language is not supported or no code example is available.

Parameters

propertyName
string

Property name. If name starts with '@' and rest of string is a valid tag name then the property is a reference to Tag Value

propertyValue
object

Property value

Return Value

int

Always 0. Not used

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition