DashboardModifiedEventArgsModifyType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the type of change that has occured to the Manageddashboard object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardModifiedEventArgsDashboardModifiyAction ModifyType { get; set; }
Public Property ModifyType As DashboardModifiedEventArgsDashboardModifiyAction
Get
Set
public:
virtual property DashboardModifiedEventArgsDashboardModifiyAction ModifyType {
DashboardModifiedEventArgsDashboardModifiyAction get () sealed;
void set (DashboardModifiedEventArgsDashboardModifiyAction value) sealed;
}
function get_ModifyType();
function set_ModifyType(value);
Property Value
Type:
DashboardModifiedEventArgsDashboardModifiyActionThe type of change that has occured to the Manageddashboard object.
Return Value
Type:
DashboardModifiedEventArgsDashboardModifiyActionThe type of change that has occured to the Manageddashboard object.
Remarks See Also