DataPA Enterprise Dashboard Controls 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
C# |
---|
public Guid ModifiedObjectGuid { get; set; } |
Visual Basic |
---|
Public Property ModifiedObjectGuid As Guid
Get
Set |
Visual C++ |
---|
public:
virtual property Guid ModifiedObjectGuid {
Guid get () sealed;
void set (Guid value) sealed;
} |
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