PropertyHanlderCollection.Set(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.
public:
bool Set(Microsoft::XLANGs::Core::XMessage ^ msg, Microsoft::XLANGs::BaseTypes::XmlQName ^ propQName, System::Object ^ val);
public bool Set (Microsoft.XLANGs.Core.XMessage msg, Microsoft.XLANGs.BaseTypes.XmlQName propQName, object val);
member this.Set : Microsoft.XLANGs.Core.XMessage * Microsoft.XLANGs.BaseTypes.XmlQName * obj -> bool
Public Function Set (msg As XMessage, propQName As XmlQName, val As Object) As Boolean
Parameters
- msg
- XMessage
- propQName
- XmlQName
- val
- Object