ResolveSDKReference.WarnOnMissingPlatformVersion Property
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
Public Property WarnOnMissingPlatformVersion As Boolean
public bool WarnOnMissingPlatformVersion { get; set; }
public:
property bool WarnOnMissingPlatformVersion {
bool get ();
void set (bool value);
}
member WarnOnMissingPlatformVersion : bool with get, set
function get WarnOnMissingPlatformVersion () : boolean
function set WarnOnMissingPlatformVersion (value : boolean)
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.