Field Element (DeploymentManifest - FieldDataCollection)
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.
Represents field values for the specified type instance.
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
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 |
Optional. Unique identifier of the field. |
|
Type |
Optional. Data type of the field value. Must be a value type defined in the SPDictionaryEntryValueType simple type. |
|
Access |
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 |