Gets the DimensionValue that was created.
Namespace:
Endeca.Data.ProviderAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)
Syntax
| C# |
|---|
public DimensionValue DimensionValue { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property DimensionValue As DimensionValue |
| Visual C++ |
|---|
public: property DimensionValue^ DimensionValue { DimensionValue^ get (); } |