This topic has not yet been rated - Rate this topic

Location Element

Published: December 17, 2010

Updated: October 9, 2012

Applies To: Windows Home Server 2011, Windows Server 2012 Essentials, Windows Small Business Server 2011 Essentials, Windows Storage Server 2008 R2 Essentials

Specifies whether the add-in only enhances the local server or also integrates with an online service. The acceptable values are Online or OnPremises.


<xs:element name="Location" type="LocationType" minOccurs="0"/>

<xs:simpleType name="LocationType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Online" />
    <xs:enumeration value="OnPremises"/>
  </xs:restriction>
</xs:simpleType>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

None.

Parent Elements

 

Element Description

Package Element

Defines the metadata for an add-in package.

See Also

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.