Share via


WPDObject.Storage property

The Storage property gets the Storage object that contains this WPDObject.

This property is read-only.

Syntax

Storage = WPDObject.Storage

Property value

A Storage object. If the current WPDObject is not contained within a Storage object, this property will return "undefined".

Remarks

This method is useful for determining which storage a given object belongs to.

Requirements

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

See also

Storage Object

WPDObject