Properties element (AppDefinition complexType)
(SharePoint Add-in Manifest)
Applies to: SharePoint Add-ins | SharePoint Foundation 2013 | SharePoint Server 2013
Contains information that is global to the add-in.
Note
The string app
appears as part of or all of some element, attribute, and file names because SharePoint Add-ins were originally called "apps for SharePoint." To ensure backward compatibility, the schemas have not been changed.
Element information
Resource | File |
---|---|
Element type | PropertiesDefinition |
Namespace | http://schemas.microsoft.com/sharepoint/2012/app/manifest |
Schema file | appmanifest.xsd |
Definition
<xs:element name="Properties" type="PropertiesDefinition" minOccurs="1" maxOccurs="1">
</xs:element>
Elements and attributes
If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.
Parent elements
Element |
Type |
Description |
---|---|---|
The top level node of a SharePoint Add-in Manifest. |
Child elements
Element |
Type |
Description |
---|---|---|
The Url of the installed event receiver endpoint. |
||
The Url of the page visited when the SharePoint Add-in is launched. |
||
Do not use. This element is obsolete. |
||
The friendly title of the SharePoint Add-in. This appears in the SharePoint and SharePoint Add-in store UI. |
||
The Url of the uninstalling event receiver endpoint. |
||
The Url of the upgraded event receiver endpoint. |
||
The web template to use when creating an add-in web. |
||
For future use. This element currently has no function. |
||
List of locales that this add-in supports. |
Attributes
None.