Version

Resource Property

Returns or sets the ProjectResource to use in place of the missing resource if Action is set to UseResource.
Syntax
'Declaration
 
Public Property Resource As ProjectResource
public ProjectResource Resource {get; set;}
Exceptions
ExceptionDescription
System.ArgumentException Occurs when the specified value is a resource which is not in the ResourceItems collection of the Project.
Remarks

Setting this property will automatically change Action to UseResource.

Note: if the value of this property is null and the Action is UseResource, the Cancel action will be used instead.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also