RequestServerVersion Class

Definition

The RequestServerVersion class contains versioning information to identify the schema version to target.

public ref class RequestServerVersion : System::Web::Services::Protocols::SoapHeader
public class RequestServerVersion : System.Web.Services.Protocols.SoapHeader
Public Class RequestServerVersion
Inherits SoapHeader
Inheritance
RequestServerVersion

Constructors

RequestServerVersion()

The RequestServerVersion constructor initializes a new instance of the RequestServerVersion class.

Properties

AnyAttr

The AnyAttr property gets or sets a collection of SOAP attributes.

Version

The Version property gets or sets the schema version to target for a request.

Applies to