XMessage.GetGenericProperty(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:
virtual bool GetGenericProperty(Microsoft::XLANGs::BaseTypes::XmlQName ^ propQName, [Runtime::InteropServices::Out] System::Object ^ % val);
public virtual bool GetGenericProperty (Microsoft.XLANGs.BaseTypes.XmlQName propQName, out object val);
abstract member GetGenericProperty : Microsoft.XLANGs.BaseTypes.XmlQName * obj -> bool
override this.GetGenericProperty : Microsoft.XLANGs.BaseTypes.XmlQName * obj -> bool
Public Overridable Function GetGenericProperty (propQName As XmlQName, ByRef val As Object) As Boolean
Parameters
- propQName
- XmlQName
- val
- Object