Gets or sets the assembly-qualified name of the type that should be used to represent dimension values. This type must be a subclass of DimensionValue.

Namespace:  Endeca.Data.Provider
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public string DimensionValueTypeName { get; set; }
Visual Basic (Declaration)
Public Property DimensionValueTypeName As String
Visual C++
public:
property String^ DimensionValueTypeName {
	String^ get ();
	void set (String^ value);
}

See Also