CreatePackageDependencyOptions.LifetimeArtifact 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 the name of the artifact used to define the lifetime of the package dependency, if the LifetimeArtifactKind property is set to PackageDependencyLifetimeArtifactKind.FilePath or PackageDependencyLifetimeArtifactKind.RegistryKey.
public:
property Platform::String ^ LifetimeArtifact { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring LifetimeArtifact();
void LifetimeArtifact(winrt::hstring value);
public string LifetimeArtifact { get; set; }
var string = createPackageDependencyOptions.lifetimeArtifact;
createPackageDependencyOptions.lifetimeArtifact = string;
Public Property LifetimeArtifact As String
Property Value
Remarks
Do not use this property if the LifetimeArtifactKind property is set to PackageDependencyLifetimeArtifactKind.Process.