Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the title of the entry.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Title As AtomTextConstruct
Get
Set
'Usage
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)
Property Value
Type: Microsoft.Data.OData.Atom.AtomTextConstruct
The title of the entry.