DimensionAttribute.ExtendedType Property

Definition

Used by client applications that require extensions to the Type property. To use this property, set Type to ExtendedType, and then set ExtendedType to a string value that is understood by your client application. By default, this property is empty.

[System.ComponentModel.Browsable(true)]
public string ExtendedType { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.ExtendedType : string with get, set
Public Property ExtendedType As String

Property Value

A String with the extended type information.

Attributes

Applies to