'Declaration
<ObsoleteAttribute("Warning: Behavior changed return a copy instead of a reference. Should call CreateMessageContext() instead.")> Public ReadOnly Property MessageContext As IServiceMessageContext
'Usage
Dim instance As ApplicationConfiguration Dim value As IServiceMessageContext value = instance.MessageContext
[Obsolete("Warning: Behavior changed return a copy instead of a reference. Should call CreateMessageContext() instead.")] public IServiceMessageContext MessageContext {get;}
[Obsolete("Warning: Behavior changed return a copy instead of a reference. Should call CreateMessageContext() instead.")] public: property IServiceMessageContext^ MessageContext { IServiceMessageContext^ get(); }