Gets or sets the address of the user.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

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

Remarks

Used as recipient info in Transmittal Management Module.

See Also