Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
(AppHostWebFeatures)
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.
Type information
| Resource | File |
|---|---|
| Base Type | xs:string |
| Namespace | http://schemas.microsoft.com/sharepoint/ |
| Schema file | apphostwebfeatures.xsd |
Definition
<xs:simpleType name="FeatureVersion">
<xs:restriction base="xs:string">
<xs:pattern value="\d+\.\d+\.\d+\.\d+" />
</xs:restriction>
</xs:simpleType>