WritePropertyGroup (IPropertyGroup)
Writes property values of a resource based on property names of the property group.
Inputs | Data Type | Description |
---|---|---|
Property Group | DirectoryResource |
Specifies the name of the property group whose properties you want to write to. |
PropertyGroup.Property | Dependent 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.
|
Resource | DirectoryResource |
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. |
Outputs | Description | |
---|---|---|
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. |