次の方法で共有


ODataFormat.Atom プロパティ

ATOM 形式を指定します。すべての Xml ベースの形式に対してもこれを使用します (ATOM を使用できない場合)。

名前空間:  Microsoft.Data.OData
アセンブリ:  Microsoft.Data.OData (Microsoft.Data.OData.dll)

構文

'宣言
Public Shared ReadOnly Property Atom As ODataFormat
    Get
'使用
Dim value As ODataFormat

value = ODataFormat.Atom
public static ODataFormat Atom { get; }
public:
static property ODataFormat^ Atom {
    ODataFormat^ get ();
}
static member Atom : ODataFormat
static function get Atom () : ODataFormat

プロパティ値

型: Microsoft.Data.OData.ODataFormat
ATOM 形式。

関連項目

参照

ODataFormat クラス

Microsoft.Data.OData 名前空間