Share via


IWithFirstName<ParentT> Interface

Definition

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

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

Type Parameters

ParentT

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

Derived

Methods

WithFirstName(String)

Specifies the first name.

Applies to