CustomizeOffice2007Document.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 of an Office 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 an Office solution.
- Attributes
Remarks
The SolutionID property must be assigned before Execute is called.