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