| Byte Indexed, Read/Write
          property.
           Gets/sets the byte specified. An error will occur if the index is
          out of range.  
        Syntax:
          
            object.Byte(index) = value 
            variable = object.Byte(index) 
           
        Parameters:
        
          index - numeric index of the byte in the memory buffer.  
         
        Remarks:
          
        Note that the value is cast to a single byte. If, for instance, you
        are trying to set a long integer value only the less significant byte of
        it will be assigned. Using CByte (converting to byte) explicitly would
        be a good practice. 
           
        Applies to:   SFBinaryData
        object 
        See also: Size and Value properties 
          Supported on: 
          
            Windows 95/NT and later 
            Windows CE 3.0 and later 
            Pocket PC/Windows Mobile 2003 and later 
            Windows CE.NET 4 and later 
           
          
         |