ChangeInterceptorAttribute.EntitySetName 속성
인터셉터가 적용되는 엔터티 집합의 이름을 가져옵니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Public ReadOnly Property EntitySetName As String
Get
‘사용 방법
Dim instance As ChangeInterceptorAttribute
Dim value As String
value = instance.EntitySetName
public string EntitySetName { get; }
public:
property String^ EntitySetName {
String^ get ();
}
member EntitySetName : string
function get EntitySetName () : String
속성 값
유형: System.String
엔터티 집합 이름을 나타내는 문자열 값입니다.