IDataServiceHost.RequestVersion 属性

定义

获取标识客户端所提交请求版本的值(可能为 null)。

public:
 property System::String ^ RequestVersion { System::String ^ get(); };
public string RequestVersion { get; }
member this.RequestVersion : string
Public ReadOnly Property RequestVersion As String

属性值

一个字符串,用于标识客户端所提交请求的版本(可能为 null)。

注解

如果此值为 null,则假定版本为 1.0。

适用于