IgnorePropertiesAttribute Constructor (array<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 ( _
    ParamArray propertyNames As String() _
)
'Usage
Dim propertyNames As String()

Dim instance As New IgnorePropertiesAttribute(propertyNames)
public IgnorePropertiesAttribute(
    params string[] propertyNames
)
public:
IgnorePropertiesAttribute(
    ... array<String^>^ propertyNames
)
new : 
        propertyNames:string[] -> IgnorePropertiesAttribute
public function IgnorePropertiesAttribute(
    ... propertyNames : String[]
)

Parameters

  • propertyNames
    Type: array<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