Click or drag to resize
MessageBodyMemberAttributeOrder Property
Gets or sets a value that indicates the position in which the member is serialized into the SOAP body.

Namespace: System.ServiceModel
Assembly: CSharpXamlForHtml5.System.ServiceModel.dll (in CSharpXamlForHtml5.System.ServiceModel.dll.dll) Version: 1.0.0.0
Syntax
C#
public int Order { get; set; }

Property Value

Type: Int32
See Also