CustomizeOffice2007Document.SolutionID Property

Definition

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.

Applies to