Gets or sets the instruction type.
            
            
            
            
            
            
            
            public int Type {get; set;}
             
        
            
            'Declaration
 
Public Property Type As Integer
             
        
            
            'Usage
 
Dim instance As InstructionSet
Dim value As Integer
 
instance.Type = value
 
value = instance.Type
             
        
            
            public int Type {get; set;}
             
        
            
             get_Type();
 set_Type(value);  
             
        
            
            public:
property int Type {
   int get();
   void set (    int value);
}
             
        
             
        
            
            
            Property Value
Instruction type. This field specifies the type of instruction, and thus which instruction parameters shall be found within this Composition Instruction box.
 
            
            
            
            
            Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2