Get or set Phone.

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

Syntax

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

Property Value

Type: String

See Also