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