ApplicationManifest.IsClickOnceManifest Property

Definition

Gets or sets a value that indicates whether the manifest is a ClickOnce application manifest or a native Win32 application manifest.

public bool IsClickOnceManifest { get; set; }
public bool IsClickOnceManifest { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

A Boolean value that indicates whether the manifest is a ClickOnce application manifest (True) or a native Win32 manifest (False).

Attributes

Applies to