Gets or sets the NetSuite account number.

Namespace:  com.celigo.net.ServiceManager
Assembly:  ServiceManager (in ServiceManager.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
public string Account { get; set; }
Visual Basic (Declaration)
Public Property Account As String
Visual C++
public:
property String^ Account {
	String^ get ();
	void set (String^ value);
}

Field Value

The account.

See Also