Documentation.Summary-Eigenschaft
[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]
Ruft die Übersicht für diese Documentation ab.
Namespace: System.Data.Entity.Core.Metadata.Edm
Assembly: EntityFramework (in EntityFramework.dll)
Syntax
'Declaration
Public Property Summary As String
Get
Friend Set
'Usage
Dim instance As Documentation
Dim value As String
value = instance.Summary
public string Summary { get; internal set; }
public:
property String^ Summary {
String^ get ();
internal: void set (String^ value);
}
member Summary : string with get, internal set
function get Summary () : String
internal function set Summary (value : String)
Eigenschaftswert
Typ: System.String
Die Übersicht für diese Documentation.