AppPermissionPropertyDefinition 複合型

(SharePoint アドイン マニフェスト)

適用対象: SharePoint アドイン |SharePoint Foundation 2013 |SharePoint Server 2013

注:

SharePoint アドインはもともと "SharePoint 用アプリ" と呼ばれたため、文字列 app は要素、属性、およびファイル名の一部またはすべてとして表示されます。下位互換性を確保するために、スキーマは変更されていません。

型情報

名前空間: http://schemas.microsoft.com/sharepoint/2012/app/manifest

スキーマ ファイル: appmanifest.xsd

拡張ベース: なし

定義

    <xs:complexType name="AppPermissionPropertyDefinition">
        <xs:attribute
          name="Name"
          type="xs:string"
        />
        <xs:attribute
          name="Value"
          type="xs:string"
        />
    </xs:complexType>

要素と属性

スキーマで sequenceminOccursmaxOccurschoice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

子要素

なし。


属性


属性

種類

必須

説明

使用可能な値

**名前**

xs:string

省略可能

プロパティ名。

xs:string 型の値。

xs:string

省略可能

プロパティ値。

xs:string 型の値。