XMessage.SetContextProperty 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.
Overloads
SetContextProperty(PropertyBase, Object) | |
SetContextProperty(XmlQName, Object) | |
SetContextProperty(Type, Object) |
SetContextProperty(PropertyBase, Object)
public:
void SetContextProperty(Microsoft::XLANGs::BaseTypes::PropertyBase ^ propBase, System::Object ^ val);
public void SetContextProperty (Microsoft.XLANGs.BaseTypes.PropertyBase propBase, object val);
member this.SetContextProperty : Microsoft.XLANGs.BaseTypes.PropertyBase * obj -> unit
Public Sub SetContextProperty (propBase As PropertyBase, val As Object)
Parameters
- propBase
- PropertyBase
- val
- Object
Applies to
SetContextProperty(XmlQName, Object)
public:
void SetContextProperty(Microsoft::XLANGs::BaseTypes::XmlQName ^ propQName, System::Object ^ val);
public void SetContextProperty (Microsoft.XLANGs.BaseTypes.XmlQName propQName, object val);
member this.SetContextProperty : Microsoft.XLANGs.BaseTypes.XmlQName * obj -> unit
Public Sub SetContextProperty (propQName As XmlQName, val As Object)
Parameters
- propQName
- XmlQName
- val
- Object