Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the version used by the host in the response.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Property ResponseVersion As String
Get
Set
'Usage
Dim instance As IDataServiceHost
Dim value As String
value = instance.ResponseVersion
instance.ResponseVersion = value
string ResponseVersion { get; set; }
property String^ ResponseVersion {
String^ get ();
void set (String^ value);
}
abstract ResponseVersion : string with get, set
function get ResponseVersion () : String
function set ResponseVersion (value : String)
Property Value
Type: System.String
A string value that contains the host version.