WPDObject.Resource property

The Resource property provides read/write access to this WPDObject resource.

This property is read/write.

Syntax

Resource = WPDObject.Resource
WPDObject.Resource = Resource

Property value

A Resource object that can be read from and written to.

Remarks

Data is written to or read from a Resource Object by using the Resource.Stream property.

Requirements

Minimum supported client
Windows 7 [desktop apps only]
Minimum supported server
Windows Server 2008 R2 [desktop apps only]

See also

Resource Object

WPDObject