ETagAttribute.PropertyNames 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 则会引发 。