次の方法で共有


SPDictionaryEntryAccess 単純型 (DeploymentManifest)

最終更新日: 2015年3月9日

適用対象: SharePoint Foundation 2010

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


<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 にレンダリングされるかどうかを指定するためのシステム レベルのフラグとして機能します。

関連項目

概念

DeploymentManifest スキーマ