GenerateOfficeDocumentManifest.SolutionID Property

Definition

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.

Applies to