共用方式為


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 命名空間