Property Element (DeploymentManifest)
Applies to: SharePoint Foundation 2010
Represents a property value on an instance of a Windows SharePoint Services 3.0 object.
DECLARATION
<xs:element name="Property" type="DictionaryEntry" minOccurs="0" maxOccurs="unbounded" />
USAGE
<Properties>
<Property
Name="xs:string"
Value="xs:string"
Value2="xs:string"
Id="Guid"
Type="SPDictionaryEntryValueType"
Access="SPDictionaryEntryAccess"
/>
</Properties>
Type
Attributes
Attribute |
Type |
Description |
---|---|---|
Name |
xs:string |
Required. Name of the property. |
Value |
xs:string |
Optional. Property value. |
Value2 |
xs:string |
Optional. |
Id |
Optional. Unique identifier of the property. |
|
Type |
Optional. Enumeration of property value types. The default type is string. |
|
Access |
Optional. An enumeration of two available access modes settings: ReadOnly and ReadWrite. The default access mode is ReadWrite. |
Child Elements
None |