Display.GetCustomPropertyValue Method

Get value of custom property name
<ID("GetCustomPropertyValue", (int)e.GetCustomPropertyValue)> _ 
Public Function GetCustomPropertyValue( _ 
ByVal propertyName As String, _ 
ByVal defaultValue As String
) As Object
This language is not supported or no code example is available.
[ID("GetCustomPropertyValue", (int)e.GetCustomPropertyValue)] 
public object GetCustomPropertyValue( 
string propertyName
string defaultValue 
)
This language is not supported or no code example is available.

Parameters

propertyName
string

Property name

defaultValue
string

Default value if property could not be found

Return Value

object

Property value

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition