ArcFM Desktop Developer Guide
Object Property


Gets or sets the DataRequest response payload object
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
Public Property Object As Object
'Usage
 
Dim instance As PersistentCacheObject
Dim value As Object
 
instance.Object = value
 
value = instance.Object
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
public object Object {get; set;}
Remarks
This property is marked with DebuggerBrowsable(Never) because this property has side-effects as accessing the getter will cause it to attempt to read from the persistent cache if the underlying value is null. This occurs when the setter is called with a value that matches the pre-assigned hash value.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

PersistentCacheObject Class
PersistentCacheObject Members

 

 


Send Comment