Get/Set the address line 3


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Property Address3 As String
C#
public string Address3 { get; set; }
C++
public property string Address3 sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_Address3();

/** property */
public void set_Address3(string value);
JScript
public function get Address3() : String

public function set Address3(value : String);

Property Value

A string containg the third line of a contact address

See Also