ServerDocument.SolutionId Property
Gets a GUID that the Visual Studio Tools for Office runtime uses to identify the solution.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Syntax
'Declaration
Public ReadOnly Property SolutionId As Guid
public Guid SolutionId { get; }
Property Value
Type: System.Guid
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 (Office Development in Visual Studio).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Tools.Applications Namespace