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
属性の適用対象となるプロパティを表す文字列値。