NamedPropertyMetadata.CustomTypeId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET