Share via


SmartDocument.SolutionID Property

Returns or sets the ID, often a globally unique identifier (GUID), which identifies the XML expansion pack attached to the active Microsoft Office Word 2003 document or Microsoft Office Excel 2003 workbook.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property SolutionID As String
    Get
    Set
'Usage
Dim instance As SmartDocument
Dim value As String

value = instance.SolutionID

instance.SolutionID = value
string SolutionID { get; set; }

Property Value

Type: System.String

Remarks

The SolutionID property returns an empty string or "None" when no XML expansion pack is attached to the active document.

Provide appropriate values for the SolutionID and SolutionURL properties to attach an available XML expansion pack to the active document to transform it into a smart document without using the PickSolution method. Set the SolutionID and SolutionURL properties to empty strings to remove the attached XML expansion pack.

See Also

Reference

SmartDocument Interface

SmartDocument Members

Microsoft.Office.Core Namespace