CustomizeOffice2007Document.SolutionID Property
Sets the GUID of an Office solution.
Namespace: Microsoft.VisualStudio.Tools.Office.BuildTasks
Assembly: Microsoft.VisualStudio.Tools.Office.BuildTasks (in Microsoft.VisualStudio.Tools.Office.BuildTasks.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public WriteOnly Property SolutionID As String
[RequiredAttribute]
public string SolutionID { set; }
Property Value
Type: System.String
A string that contains the GUID of an Office solution.
Remarks
The SolutionID property must be assigned before Execute is called.
.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.