WritePropertyGroup (IPropertyGroup)

Writes property values of a resource based on property names of the property group.

Note: In the Configure Method dialog box, click Next to specify the property group to write to. After selecting the property group, you can select the properties you want to write.
InputsData TypeDescription
Property GroupDirectoryResource

Specifies the name of the property group whose properties you want to write to.

PropertyGroup.PropertyDependent on each parameter's data type

Specifies the value to write for the property.

Note: Properties are available for selection only after you select a property group on the Configure Methods dialog box.
ResourceDirectoryResource

Specifies the resource with the properties you want to write to.

In the Inputs section of the activity configuration panel, click the ellipsis button to open the Universal Browser to select the resource you want to use.

OutputsDescription
PropertyCollection 

Returns the property names and values as a collection.

The property collection returned will contain any failed writes.

A failed write can occur if the data type of the property group property is incompatible with the data type of the resource property or if the property of the property group does not exist for the resource.