AppPermissionAppPrincipalDefinition 単純型

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

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

アドイン プリンシパル識別子。

注意

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

型情報

基本型: xs:string

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

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

定義

    <xs:simpleType  name="AppPermissionAppPrincipalDefinition">
      <xs:restriction base="xs:string">
          <xs:minLength value="1"/>
          <xs:maxLength value="256"/>
      </xs:restriction>
    </xs:simpleType>