Gets or sets the set of workspaces that this panel is displayed for.
# Get the value of the property.propertyValue = toolbarPanel_var.relatedWorkspaces# Set the value of the property.toolbarPanel_var.relatedWorkspaces = propertyValue
#include <Core/UserInterface/ToolbarPanel.h>// Get the value of the property.Ptr<ObjectCollection> propertyValue = toolbarPanel_var->relatedWorkspaces();// Set the value of the property, where value_var is an ObjectCollection.bool returnValue = toolbarPanel_var->relatedWorkspaces(value_var);