IgnorePropertiesAttribute.PropertyNames 属性

获取或设置属性名称或要由 IgnorePropertiesAttribute 属性控制的属性名称。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public ReadOnly Property PropertyNames As ReadOnlyCollection(Of String)
    Get
用法
Dim instance As IgnorePropertiesAttribute
Dim value As ReadOnlyCollection(Of String)

value = instance.PropertyNames
public ReadOnlyCollection<string> PropertyNames { get; }
public:
property ReadOnlyCollection<String^>^ PropertyNames {
    ReadOnlyCollection<String^>^ get ();
}
member PropertyNames : ReadOnlyCollection<string>
function get PropertyNames () : ReadOnlyCollection<String>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<String>

请参阅

参考

IgnorePropertiesAttribute 类

System.Data.Services 命名空间