| 
        public interface IContextProperty
       | 
| Name | Read-only Gets the name of the property under which it will be added to the context. | 
| Freeze | Called when the context is frozen. | 
| IsNewContextOK | Returns a Boolean value indicating whether the context property is OK with the new context. | 
| 
            string Name {get;}
           | 
| 
            void Freeze( | 
newContext
newCtx