NamedPropertyMetadata.CustomTypeId Property

Definition

Gets the custom type id.

public string CustomTypeId { get; }
member this.CustomTypeId : string
Public ReadOnly Property CustomTypeId As String

Property Value

The custom type id.

Remarks

Using this property, the user is able to tag the type of the value of the property. Common use case for this property is the following. Assume you have property called configuration. The value of this property can be JSON or XML, depending on who last updated the property. In this scenario the updaters can use custom type id property to communicate the type of the property to the consumer of the property.

Applies to