ProvideSettingsManifestAttribute.PackageRelativeManifestFile Property

Definition

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

Property Value

Applies to