Gets or sets the dimension value ID.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public long DimValId { get; set; }
Visual Basic (Declaration)
Public Property DimValId As Long
Visual C++
public:
property long long DimValId {
	long long get ();
	void set (long long value);
}

See Also