IWithLastName<ParentT> Interface

Definition

The stage of contact definition allowing last name to be set.

public interface IWithLastName<ParentT>
type IWithLastName<'ParentT> = interface
Public Interface IWithLastName(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching.

Derived

Methods

WithLastName(String)

Specifies the last name.

Applies to