True if this variable was inherited from a container. You can use this variable but you can't CRUD it.
            
            
            
Syntax
| Visual Basic (Declaration) |   | 
|---|
Public Property IsInherited As Boolean  | 
 
| Visual Basic (Usage) |  Copy Code | 
|---|
Dim instance As TemplateVariable
Dim value As Boolean
 
instance.IsInherited = value
 
value = instance.IsInherited  | 
 
| C# |   | 
|---|
public bool IsInherited {get; set;} | 
 
| Managed Extensions for C++ |   | 
|---|
public: __property bool get_IsInherited();
public: __property void set_IsInherited( 
   bool value
);  | 
 
| C++/CLI |   | 
|---|
public:
property bool IsInherited {
   bool get();
   void set (    bool value);
} | 
 
            
            
             
            
			
			
            
            
            
            
            
            Requirements
Platforms: Windows 10, Windows NT, Windows Server
            
            
See Also