指定 ATOM 格式;如果不能使用 Atom,也可以为所有基于 Xml 的格式使用此对象。
命名空间: 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 格式。