ServerDocument.SolutionId Property

Definition

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.

Applies to