SPDictionaryEntryAccess Simple Type (DeploymentManifest)

Applies to: SharePoint Foundation 2010

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