Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft den Untertitel eines Feeds ab oder legt ihn fest.
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)
Eigenschaftswert
Typ: Microsoft.Data.OData.Atom.AtomTextConstruct
Der Untertitel eines Feeds.