ProvideSettingsManifestAttribute.PackageRelativeManifestFile 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 path to the settings manifest file, relative to the package folder. The path must be under the package folder. Defaults to "registration.json".
Example: "settings\registration.json"
public string PackageRelativeManifestFile { get; set; }
member this.PackageRelativeManifestFile : string with get, set
Public Property PackageRelativeManifestFile As String