共用方式為


AtomGeneratorMetadata.Uri 屬性

取得或設定描述內容產生器的 (選擇性) URI。

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

語法

'宣告
Public Property Uri As Uri
    Get
    Set
'用途
Dim instance As AtomGeneratorMetadata
Dim value As Uri

value = instance.Uri

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

屬性值

型別:System.Uri
描述內容產生器的 (選擇性) URI。

請參閱

參考

AtomGeneratorMetadata 類別

Microsoft.Data.OData.Atom 命名空間