Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.