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