AtomFeedMetadata.Rights 屬性
取得或設定摘要的權利聲明文字。
命名空間: Microsoft.Data.OData.Atom
組件: Microsoft.Data.OData (在 Microsoft.Data.OData.dll 中)
語法
'宣告
Public Property Rights As AtomTextConstruct
Get
Set
'用途
Dim instance As AtomFeedMetadata
Dim value As AtomTextConstruct
value = instance.Rights
instance.Rights = value
public AtomTextConstruct Rights { get; set; }
public:
property AtomTextConstruct^ Rights {
AtomTextConstruct^ get ();
void set (AtomTextConstruct^ value);
}
member Rights : AtomTextConstruct with get, set
function get Rights () : AtomTextConstruct
function set Rights (value : AtomTextConstruct)
屬性值
型別:Microsoft.Data.OData.Atom.AtomTextConstruct
摘要的權利聲明文字。