IgnorePropertiesAttribute 构造函数 (String)

初始化 IgnorePropertiesAttribute 类的新实例。

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

语法

声明
Public Sub New ( _
    propertyName As String _
)
用法
Dim propertyName As String

Dim instance As New IgnorePropertiesAttribute(propertyName)
public IgnorePropertiesAttribute(
    string propertyName
)
public:
IgnorePropertiesAttribute(
    String^ propertyName
)
new : 
        propertyName:string -> IgnorePropertiesAttribute
public function IgnorePropertiesAttribute(
    propertyName : String
)

参数

  • propertyName
    类型:System.String
    包含属性或要具有属性的字符串值。

请参阅

参考

IgnorePropertiesAttribute 类

IgnorePropertiesAttribute 重载

System.Data.Services 命名空间