XMessage.ReadonlyPropertySetter(XMessage, XmlQName, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
static void ReadonlyPropertySetter(Microsoft::XLANGs::Core::XMessage ^ msg, Microsoft::XLANGs::BaseTypes::XmlQName ^ propQName, System::Object ^ val);
protected static void ReadonlyPropertySetter (Microsoft.XLANGs.Core.XMessage msg, Microsoft.XLANGs.BaseTypes.XmlQName propQName, object val);
static member ReadonlyPropertySetter : Microsoft.XLANGs.Core.XMessage * Microsoft.XLANGs.BaseTypes.XmlQName * obj -> unit
Protected Shared Sub ReadonlyPropertySetter (msg As XMessage, propQName As XmlQName, val As Object)
Parameters
- msg
- XMessage
- propQName
- XmlQName
- val
- Object