ArcFM Solution Developer Guide
Item Property (CompressionClientSink)


Syntax
'Declaration
 
Public Overridable Default Property Item( _
   ByVal key As System.Object _
) As System.Object
'Usage
 
Dim instance As CompressionClientSink
Dim key As System.Object
Dim value As System.Object
 
instance.Item(key) = value
 
value = instance.Item(key)
public virtual System.object this[ 
   System.object key
]; {get; set;}

Parameters

key
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

CompressionClientSink Class
CompressionClientSink Members

 

 


Send Comment