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
表示实体集名称的字符串值。