DimensionAttribute.ExtendedType 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.
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