Value Property

Gets or sets the property value.

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

Syntax

C#

public override string Value { get; set; }

Visual Basic

Public Overrides Property Value As String
	Get
	Set

Visual C++

public:
virtual property String^ Value {
	String^ get () override;
	void set (String^ value) override;
}

See Also