次の方法で共有


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