ServerDocument.SolutionId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a GUID that the Visual Studio Tools for Office runtime uses to identify the solution.
public:
property Guid SolutionId { Guid get(); };
public Guid SolutionId { get; }
member this.SolutionId : Guid
Public ReadOnly Property SolutionId As Guid
Property Value
A GUID that the Visual Studio Tools for Office runtime uses to identify the solution.
Remarks
The value of the SolutionId property is the same GUID that is specified in the solutionId
attribute of the vstov4:document
element in the application manifest for the solution. For more information, see Application and Deployment Manifests in Office Solutions and <document> Element.