Gets or sets the second address line.
Namespace: CTCT.Components.ContactsAssembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
public string Line2 { get; set; }
public string Line2 { get; set; }
Public Property Line2 As String
Get
Set
Public Property Line2 As String
Get
Set
public:
property String^ Line2 {
String^ get ();
void set (String^ value);
}
public:
property String^ Line2 {
String^ get ();
void set (String^ value);
}
member Line2 : string with get, set
member Line2 : string with get, set