MemberInfo Property
Collapse the table of content
Expand the table of content

MessagePartDescription.MemberInfo Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the member information for the message part.

Namespace:  System.ServiceModel.Description
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

'Declaration
Public Property MemberInfo As MemberInfo

Property Value

Type: System.Reflection.MemberInfo
The member information for this message part.

If the MessageDescription is loaded from a class marked by the System.ServiceModel.MessageContractAttribute, the MemberInfo property contains the System.Reflection.PropertyInfo or the System.Reflection.FieldInfo from which the part was loaded.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft