Gets the video subchannel value for the given index.
            
            
            
            
            
            
            
            'Declaration
 
Public Function VideoSubChannelValue( _
   ByVal  As Integer _
) As Integer
             
        
            
            'Usage
 
Dim instance As TVTuner
Dim Index As Integer
Dim value As Integer
 
value = instance.VideoSubChannelValue(Index)
             
        
            
            public int VideoSubChannelValue( 
   int 
)
             
        
            
            public:
int VideoSubChannelValue( 
   int 
) 
             
        
             
        
            Parameters
- Index
 
- The index of the desired subchannel value.
 
            
            Return Value
A value representing the video subchannel.