Share via


DimensionAttribute.ExtendedType Property

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(True)> _
Public Property ExtendedType As String 
    Get 
    Set
'Usage
Dim instance As DimensionAttribute 
Dim value As String 

value = instance.ExtendedType

instance.ExtendedType = value
[BrowsableAttribute(true)]
public string ExtendedType { get; set; }
[BrowsableAttribute(true)]
public:
property String^ ExtendedType {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(true)>]
member ExtendedType : string with get, set
function get ExtendedType () : String 
function set ExtendedType (value : String)

Property Value

Type: System.String

See Also

Reference

DimensionAttribute Class

Microsoft.AnalysisServices Namespace