編輯

共用方式為


SolutionSettings Element in SolutionDefinition

(SolutionManifestDefinitions Schema)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Defines the settings for this Microsoft Business Connectivity Services (BCS) solution such as the ID, display name, and description.

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

Schema: SolutionManifestDefinitions

<SolutionSettings SolutionId = "String" SolutionDisplayName = "String" SolutionVersion = "String" AddInProgId = "String" LoadedOnDemand = "Boolean" Description = "String"> </SolutionSettings>

Elements and attributes

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

Attributes

Attribute

Description

**SolutionId**

Required.

A unique identifier for this solution. This can be a GUID. The solution ID may be used to locate in the log errors and warnings pertaining to this solution.

Attribute type: **String**

**SolutionDisplayName**

Required.

The display name of the solution. This will be used in the user interface (UI) for example, in the task pane.

Attribute type: **String**

**SolutionVersion**

Required.

The version of this solution. This attribute is not used by the product in its current release.

Attribute type: **String**

**AddInProgId**

Optional.

This attribute is not used by the product in its current release.

Attribute type: **String**

**LoadedOnDemand**

Optional.

This attribute is not used by the product in its current release.

Attribute type: **Boolean**

**Description**

Optional.

A description for this solution.

Attribute type: **String**


Child elements

None.

Parent elements

Element Description
SolutionDefinition Element (SolutionManifestDefinitions Schema) The solution definition these settings belong to.