PromotedProperty Element in ViewInstanceDefinition (SolutionManifestDefinitions Schema)

Applies to: SharePoint Server 2010

Specifies what data to get from the external system and keep to up-to-date with respect to the corresponding item in Microsoft Outlook.

Namespace: https://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest

Schema: SolutionManifestDefinitions

<PromotedProperty ViewInstancePath = "String" OfficeItemPropertyName = "String" ReadOnly = "Boolean" Name = "String" Description = "String"> </PromotedProperty>

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

ViewInstancePath

Required.

The return type descriptor name as defined in the view (the SpecificFinder method instance) in the BDC model.

Attribute type: String

OfficeItemPropertyName

Optional.

A name for the property in this solution. This name must match the property name defined later in the solution definition when defining Office Item Customizations.

Attribute type: String

ReadOnly

Optional.

Specifies whether this property should be read-only in Outlook. If set to true, users cannot update this property in Outlook.

Attribute type: Boolean

Name

Required.

The name of the property. This must be unique within the scope of this ContextDefinition.

Attribute type: String

Description

Optional.

A description for the property.

Attribute type: String

Child Elements

None.

Parent Elements

Element

Description

View Element in EntityInstanceDefinition (SolutionManifestDefinitions Schema)

The view this promoted property belongs to.