获取或设置用作 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 元素的元数据时的源的标识符。