ETagAttribute.PropertyNames 属性

定义

获取 ETagAttribute 中所使用属性的名称。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ PropertyNames { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<string> PropertyNames { get; }
member this.PropertyNames : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property PropertyNames As ReadOnlyCollection(Of String)

属性值

其中包含属性名称的字符串值。

注解

ETagAttribute构造函数的参数是用于构成类型的 eTag 值的属性名称集。 如果类型定义了 eTags,则服务器会自动对类型的所有请求实现乐观并发检查。 如果指定了键属性、复杂类型属性或导航属性, ArgumentException 则会引发 。

适用于