ParentT - the stage of the parent definition to return to after attachingpublic static interface DomainContact.DefinitionStages.WithMiddleName<ParentT> extends DomainContact.DefinitionStages.WithLastName<ParentT>
| Modifier and Type | Method and Description |
|---|---|
DomainContact.DefinitionStages.WithLastName<ParentT> |
withMiddleName(String middleName)
Specifies the middle name.
|
withLastNameDomainContact.DefinitionStages.WithLastName<ParentT> withMiddleName(String middleName)
middleName - the middle name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/