Gets or sets the address of the organization.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual Address Address { get; set; }
Visual Basic (Declaration)
Public Overridable Property Address As Address
Visual C++
public:
virtual property Address^ Address {
	Address^ get ();
	void set (Address^ value);
}

Property Value

The address of the organization.

Remarks

This property is equivalent to the CICA Address block (B21_1).

See Also