FindRelatedPackagesOptions.IncludeHostRuntimes 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.
Indicates if hostRuntime packages should be included.
public:
property bool IncludeHostRuntimes { bool get(); void set(bool value); };
bool IncludeHostRuntimes();
void IncludeHostRuntimes(bool value);
public bool IncludeHostRuntimes { get; set; }
var boolean = findRelatedPackagesOptions.includeHostRuntimes;
findRelatedPackagesOptions.includeHostRuntimes = boolean;
Public Property IncludeHostRuntimes As Boolean
Property Value
Boolean
bool