Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Represents field values for the specified type instance.
Definition
DECLARATION
<xs:element name="Field"
type="DictionaryEntry"
minOccurs="0" maxOccurs="unbounded"
/>
USAGE
<Fields>
<Field
Name="xs:string"
Value="xs:string"
Value2="xs:string"
Id="Guid"
Type="SPDictionaryEntryValueType"
Access="SPDictionaryEntryAccess"
/>
</Fields>
Type
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Name |
xs:string |
Required. Literal name of the specified field. |
| Value |
xs:string |
Optional. Representation of the field value. |
| Value2 |
xs:string |
Optional. |
| Id |
Guid Simple Type (DeploymentManifest) |
Optional. Unique identifier of the field. |
| Type |
SPDictionaryEntryValueType Simple Type (DeploymentManifest) |
Optional. Data type of the field value. Must be a value type defined in the SPDictionaryEntryValueType simple type. |
| Access |
SPDictionaryEntryAccess Simple Type (DeploymentManifest) |
Optional. Specifies the allowable access modes for the field value. Must be a value defined in the SPDictionaryEntryAccess simple type: ReadOnly or ReadWrite. |
Child elements
None
Parent elements
Fields Element (DeploymentManifest - SPList)