ServiceVersionGetResponse Class

Definition

Defines the message contract for the Service Check get response.

public ref class ServiceVersionGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ServiceVersionGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ServiceVersionGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="ServiceVersionGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ServiceVersionGetResponse = class
Public Class ServiceVersionGetResponse
Inheritance
ServiceVersionGetResponse
Attributes

Constructors

ServiceVersionGetResponse()

Initializes a new instance of the ServiceVersionGetResponse class.

ServiceVersionGetResponse(Int32, OperationResult, Version)

Initializes a new instance of the ServiceVersionGetResponse class with the specified values.

Fields

ApiContractVersion

Specifies the version of the API contract.

OperationResult

Specifies the result of an operation.

Version

Specifies the version of the service instance.

Applies to