AreaCode
AreaCode
specifies the local area code of this location.
If this element is not applicable in your country or region, enter an empty string in the unattended installation answer file by entering two quotation marks ("").
Values
Area_code |
Specifies the local area code. Area_code is a string. |
This string type supports empty elements.
Valid Configuration Passes
specialize
Parent Hierarchy
microsoft-windows-tapisetup- | TapiUnattendLocation | AreaCode
Applies To
For a list of the supported Windows editions and architectures that this component supports, see microsoft-windows-tapisetup-.
XML Example
The following XML output shows how to set the location from which you are calling.
<TapiUnattendLocation>
<AreaCode>123</AreaCode>
<CountryOrRegion>123</CountryOrRegion>
<DisableCallWaiting>7</DisableCallWaiting>
<InternationalCarrierCode>123456789</InternationalCarrierCode>
<LongDistanceAccess>11</LongDistanceAccess>
<LongDistanceCarrierCode>123456789</LongDistanceCarrierCode>
<Name>MyLocation</Name>
<OutsideAccess>9</OutsideAccess>
<PulseOrToneDialing>1</PulseOrToneDialing>
</TapiUnattendLocation>