DashboardModifiedEventArgsModifiedObjectGuid Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the GUID of the object (if any) that has been changed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Guid ModifiedObjectGuid { get; set; }
Public Property ModifiedObjectGuid As Guid
Get
Set
public:
virtual property Guid ModifiedObjectGuid {
Guid get () sealed;
void set (Guid value) sealed;
}
function get_ModifiedObjectGuid();
function set_ModifiedObjectGuid(value);
Property Value
Type:
GuidThe GUID of the object that has been changed.
Return Value
Type:
GuidThe GUID of the object that has been changed.
Remarks See Also