IgnorePropertiesAttribute Constructor (String)

Initializes a new instance of the IgnorePropertiesAttribute class.

Namespace:  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public Sub New ( _
    propertyName As String _
)
'Usage
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
)

Parameters

  • propertyName
    Type: System.String
    A string value that contains the property or properties to be attributed.

See Also

Reference

IgnorePropertiesAttribute Class

IgnorePropertiesAttribute Overload

System.Data.Services Namespace