Responder Developer Guide
SetObject Method


Object to store
Store the object
Syntax
'Declaration
 
Sub SetObject( _
   ByVal value As Object _
) 
'Usage
 
Dim instance As TinyIoCContainer.ITinyIoCObjectLifetimeProvider
Dim value As Object
 
instance.SetObject(value)
void SetObject( 
   object value
)

Parameters

value
Object to store
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

TinyIoCContainer.ITinyIoCObjectLifetimeProvider Interface
TinyIoCContainer.ITinyIoCObjectLifetimeProvider Members

 

 


Send Comment