SPDictionaryEntryAccess 简单类型 (DeploymentManifest)
适用于: SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013
指示授予指定字段值的访问的类型。
定义
<xs:simpleType name="SPDictionaryEntryAccess">
<xs:restriction base="xs:string">
<xs:enumeration value="ReadOnly" />
<xs:enumeration value="ReadWrite" />
</xs:restriction>
</xs:simpleType>
枚举值
值 | 说明 |
---|---|
ReadOnly |
指定一个只读字段值。 |
ReadWrite |
指定一个可写字段值。 |
备注
作为系统级标志的此枚举函数可指定是否在 Web 用户界面中呈现字段值。