SPDictionaryEntryAccess Simple Type (DeploymentManifest)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Indicates the type of access granted to the specified field value.

Definition

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

Enumeration values

Value Description
ReadOnly
Specifies a read-only field value.
ReadWrite
Specifies a writeable field value.

Remarks

This enumeration functions as a system-level flag to specify whether the field value is rendered in the Web UI.

See also