GetManifestCompletedEventArgs.DeploymentManifest 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 the ClickOnce deployment manifest for this deployment.
public:
property System::Xml::XmlReader ^ DeploymentManifest { System::Xml::XmlReader ^ get(); };
public System.Xml.XmlReader DeploymentManifest { get; }
member this.DeploymentManifest : System.Xml.XmlReader
Public ReadOnly Property DeploymentManifest As XmlReader
Property Value
An XmlReader representing the deployment manifest.