ViewInstanceDefinition 中的 PromotedProperty 元素

(SolutionManifestDefinitions 架构)

适用于:SharePoint 2016 |SharePoint Foundation 2013 |SharePoint Online |SharePoint Server 2013

指定要从外部系统获取哪些数据,并及时了解 Microsoft Outlook 中相应项的最新数据。

命名空间http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest

架构:SolutionManifestDefinitions

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

元素和属性

下面各部分介绍了属性、子元素和父元素。

Attributes

属性

说明

**ViewInstancePath**

必填。

在 BDC 模型中的 “SpecificFinder” 方法实例) 视图中定义的返回类型描述符名称 (。

属性类型:**String**

**OfficeItemPropertyName**

可选。

此解决方案中的属性的名称。 此名称必须匹配以后定义 Office 项目自定义项时在解决方案定义中定义的属性名称。

属性类型:**String**

**ReadOnly**

可选。

指定此属性在 Outlook 中是否应为只读。 如果设置为 “true”,则用户无法在 Outlook 中更新此属性。

属性类型:**布尔值**

**名字**

必填。

属性的名称。 这必须在此 ContextDefinition 的作用域内是唯一的。

属性类型:**String**

**描述**

可选。

属性的说明。

属性类型:**String**


子元素

无。

父元素

元素 说明
EntityInstanceDefinition 中的 View 元素(SolutionManifestDefinitions 架构) 此提升的属性所属的视图。