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