UseLocalPropertyPlacements Property (SymbolReference)
Return true if the instance uses the local property instances, otherwise it uses the ones of the variant.
            
            
            
            
            
            
            
            public bool UseLocalPropertyPlacements {get; set;}
             
        
            
            public:
property bool UseLocalPropertyPlacements {
   bool get();
   void set (    bool value);
}