GenerateOfficeDocumentManifest.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.
Sets the GUID that the Visual Studio Tools for Office runtime uses to identify the solution.
public:
property System::String ^ SolutionID { void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string SolutionID { set; }
[<Microsoft.Build.Framework.Required>]
member this.SolutionID : string
Public Property SolutionID As String
Property Value
A string that contains the GUID of the Office solution.
- Attributes
Remarks
You can set the GUID that the Visual Studio Tools for Office runtime uses to identify the solution. For more information, see Microsoft.VisualStudio.Tools.Applications.ServerDocument.SolutionId.
The SolutionID property must be assigned before Execute is called.