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 格式。