Bagikan melalui


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

See Also

Reference

ErrorFromResources Class

Microsoft.Build.Tasks Namespace