Gets full address string.

Namespace: MonoSoftware.MonoX.API
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public string FullAddress { get; }
Visual Basic
Public ReadOnly Property FullAddress As String
	Get
Visual C++
public:
property String^ FullAddress {
	String^ get ();
}
F#
member FullAddress : string with get

Property Value

Type: String

See Also