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 summary of the entry.
Namespace: Microsoft.Data.OData.Atom
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Syntax
'Declaration
Public Property Summary As AtomTextConstruct
Get
Set
'Usage
Dim instance As AtomEntryMetadata
Dim value As AtomTextConstruct
value = instance.Summary
instance.Summary = value
public AtomTextConstruct Summary { get; set; }
public:
property AtomTextConstruct^ Summary {
AtomTextConstruct^ get ();
void set (AtomTextConstruct^ value);
}
member Summary : AtomTextConstruct with get, set
function get Summary () : AtomTextConstruct
function set Summary (value : AtomTextConstruct)
Property Value
Type: Microsoft.Data.OData.Atom.AtomTextConstruct
The summary of the entry.