ChangeInterceptorAttribute.EntitySetName Property
Gets the name of the entity set to which the interceptor applies.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property EntitySetName As String
Get
'Usage
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
Property Value
Type: System.String
The string value that represents entity set name.