获取或设置此文档的摘要。
命名空间: Microsoft.Data.Edm.Library
程序集: Microsoft.Data.Edm(在 Microsoft.Data.Edm.dll 中)
语法
声明
Public Property Summary As String
Get
Set
用法
Dim instance As EdmDocumentation
Dim value As String
value = instance.Summary
instance.Summary = value
public string Summary { get; set; }
public:
virtual property String^ Summary {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Summary : string with get, set
override Summary : string with get, set
final function get Summary () : String
final function set Summary (value : String)
属性值
类型:System.String
此文档的摘要。