Propriété AtomEntryMetadata.Title
Obtient ou définit le titre de l'entrée.
Espace de noms : Microsoft.Data.OData.Atom
Assembly : Microsoft.Data.OData (en Microsoft.Data.OData.dll)
Syntaxe
'Déclaration
Public Property Title As AtomTextConstruct
Get
Set
'Utilisation
Dim instance As AtomEntryMetadata
Dim value As AtomTextConstruct
value = instance.Title
instance.Title = value
public AtomTextConstruct Title { get; set; }
public:
property AtomTextConstruct^ Title {
AtomTextConstruct^ get ();
void set (AtomTextConstruct^ value);
}
member Title : AtomTextConstruct with get, set
function get Title () : AtomTextConstruct
function set Title (value : AtomTextConstruct)
Valeur de propriété
Type : Microsoft.Data.OData.Atom.AtomTextConstruct
Titre de l'entrée.