ErrorFromResources.Resource Property
Gets or sets the resource from which error message is extracted.
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<RequiredAttribute> _
Public Property Resource As String
[RequiredAttribute]
public string Resource { get; set; }
[RequiredAttribute]
public:
property String^ Resource {
String^ get ();
void set (String^ value);
}
[<RequiredAttribute>]
member Resource : string with get, set
function get Resource () : String
function set Resource (value : String)
Property Value
Type: System.String
The resource from which error message is extracted.
.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.