Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the subtitle of a feed.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Subtitle As AtomTextConstruct
Get
Set
'Usage
Dim instance As AtomFeedMetadata
Dim value As AtomTextConstruct
value = instance.Subtitle
instance.Subtitle = value
public AtomTextConstruct Subtitle { get; set; }
public:
property AtomTextConstruct^ Subtitle {
AtomTextConstruct^ get ();
void set (AtomTextConstruct^ value);
}
member Subtitle : AtomTextConstruct with get, set
function get Subtitle () : AtomTextConstruct
function set Subtitle (value : AtomTextConstruct)
Property Value
Type: Microsoft.Data.OData.Atom.AtomTextConstruct
The subtitle of a feed.