ApplicationManifest.IsClickOnceManifest 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.
Gets or sets a value that indicates whether the manifest is a ClickOnce application manifest or a native Win32 application manifest.
public:
property bool IsClickOnceManifest { bool get(); void set(bool value); };
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; }
member this.IsClickOnceManifest : bool with get, set
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
[<set: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.IsClickOnceManifest : bool with get, set
Public Property IsClickOnceManifest As Boolean
Property Value
A Boolean value that indicates whether the manifest is a ClickOnce application manifest (True
) or a native Win32 manifest (False
).
- Attributes