SetOffice2007AddInRegistration.Url Property

Definition

Gets or sets the URL of the add-in being registered.

public:
 property System::String ^ Url { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string Url { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.Url : string with get, set
Public Property Url As String

Property Value

A String that represents the URL of the add-in being registered.

Attributes

Remarks

The Url property must be assigned before Execute is called.

Applies to