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.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
Show: