Share

PropertyEnum<T>.Value Property



Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public T Value { get; set; }

VB

Public Property Value As T
	Get
	Set

C++

public:
property T Value {
	T get ();
	void set (T value);
}

Property Value

T

See Also

Reference

Was this information helpful?