다음을 통해 공유


EdmDocumentation.Summary 속성

이 설명서의 요약을 가져오거나 설정합니다.

네임스페이스:  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
이 설명서의 요약입니다.

구현

IEdmDocumentation.Summary

참고 항목

참조

EdmDocumentation 클래스

Microsoft.Data.Edm.Library 네임스페이스