SolutionSettings Element in SolutionDefinition (SolutionManifestDefinitions Schema)

Applies to: SharePoint Server 2010

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

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

Schema: SolutionManifestDefinitions

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

Attributes and Elements

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.