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