SDKManifest.CopyRedistToSubDirectory 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.
CopyRedistToSubDirectory specifies where the redist files should be copied to relative to the root of the package.
public:
property System::String ^ CopyRedistToSubDirectory { System::String ^ get(); };
public string CopyRedistToSubDirectory { get; }
member this.CopyRedistToSubDirectory : string
Public ReadOnly Property CopyRedistToSubDirectory As String