Share via


MessageMetadata.GetMessagePropertyDefinition Method

Definition

Overloads

GetMessagePropertyDefinition(XmlQName)
GetMessagePropertyDefinition(Type)

GetMessagePropertyDefinition(XmlQName)

public:
 Microsoft::XLANGs::RuntimeTypes::MessagePropertyDefinition ^ GetMessagePropertyDefinition(Microsoft::XLANGs::BaseTypes::XmlQName ^ qname);
public Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition GetMessagePropertyDefinition (Microsoft.XLANGs.BaseTypes.XmlQName qname);
member this.GetMessagePropertyDefinition : Microsoft.XLANGs.BaseTypes.XmlQName -> Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition
Public Function GetMessagePropertyDefinition (qname As XmlQName) As MessagePropertyDefinition

Parameters

qname
XmlQName

Returns

Applies to

GetMessagePropertyDefinition(Type)

public:
 Microsoft::XLANGs::RuntimeTypes::MessagePropertyDefinition ^ GetMessagePropertyDefinition(Type ^ propType);
public Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition GetMessagePropertyDefinition (Type propType);
member this.GetMessagePropertyDefinition : Type -> Microsoft.XLANGs.RuntimeTypes.MessagePropertyDefinition
Public Function GetMessagePropertyDefinition (propType As Type) As MessagePropertyDefinition

Parameters

propType
Type

Returns

Applies to