SPDictionaryEntryAccess Simple Type (DeploymentManifest)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

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


<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

Concepts

DeploymentManifest Schema