Display.SetCustomProperties Method

Set several custom properties at the same time. Example: Prop1=10;Prop2=123
<ID("SetCustomProperties", (int)e.SetCustomProperties)> _ 
Public Function SetCustomProperties( _ 
ByVal str As String, _ 
Optional ByVal sep As String = ";" _ 
) As Integer
This language is not supported or no code example is available.
[ID("SetCustomProperties", (int)e.SetCustomProperties)] 
public int SetCustomProperties( 
string str
string sep = ";" 
)
This language is not supported or no code example is available.

Parameters

str
string

String containg custom properties separated by 'sep'

sep
string

Separator to each custom property

Return Value

int

Always 0. Not used

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition