IgnorePropertiesAttribute Constructor (array<String^>^)

 

Initializes a new instance of the IgnorePropertiesAttribute class.

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

public:
IgnorePropertiesAttribute(
	... array<String^>^ propertyNames
)

Parameters

propertyNames
Type: array<System::String^>^

A string value that contains the property or properties to be attributed.

.NET Framework
Available since 3.5
Return to top
Show: