Last name


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

Syntax

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

/** property */
public void set_LastName(string value);
JScript
public function get LastName() : String

public function set LastName(value : String);

Property Value

A string containing a contacts last name

See Also