GenerateApplicationManifest.ManifestType Property
Definition
Gets or sets the type of manifest to generate.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
property System::String ^ ManifestType { System::String ^ get(); void set(System::String ^ value); };
public string ManifestType { get; set; }
member this.ManifestType : string with get, set
Public Property ManifestType As String
Property Value
The kind of manifest to generate.
Remarks
This property can have the following values:
Native
ClickOnce
If this property is not specified, the task defaults to ClickOnce
.