Share via


SPDictionaryEntryAccess 単純型 (DeploymentManifest)

適用対象: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

指定したフィールド値に付与されるアクセス権の種類を示します。

定義

<xs:simpleType name="SPDictionaryEntryAccess">
   <xs:restriction base="xs:string">
      <xs:enumeration value="ReadOnly" />
      <xs:enumeration value="ReadWrite" />
   </xs:restriction>
</xs:simpleType>

列挙値

説明
ReadOnly
読み取り専用フィールド値を指定します。
Readwrite
書き込み可能フィールド値を指定します。

注釈

この列挙体は、フィールド値が Web UI にレンダリングされるかどうかを指定するためのシステム レベルのフラグとして機能します。

関連項目