GetInstalledSDKLocations.WarnWhenNoSDKsFound 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.
When set to true, the task will produce a warning if there were no SDKs found.
public:
property bool WarnWhenNoSDKsFound { bool get(); void set(bool value); };
public bool WarnWhenNoSDKsFound { get; set; }
member this.WarnWhenNoSDKsFound : bool with get, set
Public Property WarnWhenNoSDKsFound As Boolean