Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The WpdProperty sets the value of a predefined WPD property on this Creation Container object.
This property is write-only.
Syntax
createContainer.WpdProperty = WpdProperty
Property value
This property has the same name as the predefined WPD property.
Remarks
For a list of the minimum required set of predefined WPD properties for a Service Object, see Service.WpdProperty; and for a Storage Object, see Storage.WpdProperty.
Examples
The following JScript example uses the WpdProperty property to set the value of a predefined WPD property on a Creation Container object.
var createContainer = serviceObject.CreateNewObject("Mp3");
createContainer.ObjectName = "My Object Name";
Requirements
| Minimum supported client |
Windows 7 [desktop apps only] |
| Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |