CompanyURL Property

Specifies the company’s URL.

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

Syntax

C#

public string CompanyURL { get; set; }

Visual Basic

Public Property CompanyURL As String
	Get
	Set

Visual C++

public:
property String^ CompanyURL {
	String^ get ();
	void set (String^ value);
}

See Also