ApplicationManifest.XmlEntryPointParameters Property

Definition

Gets or sets a property that is used to serialize the entry point parameters to an XML file.

[System.ComponentModel.Browsable(false)]
public string XmlEntryPointParameters { get; set; }
[System.ComponentModel.Browsable(false)]
public string XmlEntryPointParameters { [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

The entry point parameters.

Attributes

Applies to

See also