AtomFeedMetadata.Rights Property
Gets or sets the rights text of a feed.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Rights As AtomTextConstruct
Get
Set
'Usage
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)
Property Value
Type: Microsoft.Data.OData.Atom.AtomTextConstruct
The rights text of a feed.