共用方式為


AtomFeedMetadata.SourceId 屬性

如果摘要當做 Atom:source 元素的中繼資料使用時,取得或設定摘要的識別項。

命名空間:  Microsoft.Data.OData.Atom
組件:  Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)

語法

'宣告
Public Property SourceId As String
    Get
    Set
'用途
Dim instance As AtomFeedMetadata
Dim value As String

value = instance.SourceId

instance.SourceId = value
public string SourceId { get; set; }
public:
property String^ SourceId {
    String^ get ();
    void set (String^ value);
}
member SourceId : string with get, set
function get SourceId () : String
function set SourceId (value : String)

屬性值

型別:System.String
如果摘要當做 Atom:source 元素的中繼資料使用時的摘要識別項。

請參閱

參考

AtomFeedMetadata 類別

Microsoft.Data.OData.Atom 命名空間