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
エンティティ セットの名前を表す文字列値。