ODataMessageWriterSettings.Version 속성
페이로드를 작성하는 데 사용할 OData 프로토콜 버전을 가져오거나 설정합니다.
네임스페이스: Microsoft.Data.OData
어셈블리: Microsoft.Data.OData(Microsoft.Data.OData.dll)
구문
‘선언
Public Property Version As Nullable(Of ODataVersion)
Get
Set
‘사용 방법
Dim instance As ODataMessageWriterSettings
Dim value As Nullable(Of ODataVersion)
value = instance.Version
instance.Version = value
public Nullable<ODataVersion> Version { get; set; }
public:
property Nullable<ODataVersion> Version {
Nullable<ODataVersion> get ();
void set (Nullable<ODataVersion> value);
}
member Version : Nullable<ODataVersion> with get, set
function get Version () : Nullable<ODataVersion>
function set Version (value : Nullable<ODataVersion>)
속성 값
유형: System.Nullable<ODataVersion>
페이로드를 작성하는 데 사용할 OData 프로토콜 버전입니다.