IgnorePropertiesAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the IgnorePropertiesAttribute class.
Overloads
IgnorePropertiesAttribute(String) |
Initializes a new instance of the IgnorePropertiesAttribute class. |
IgnorePropertiesAttribute(String[]) |
Initializes a new instance of the IgnorePropertiesAttribute class. |
IgnorePropertiesAttribute(String)
Initializes a new instance of the IgnorePropertiesAttribute class.
public:
IgnorePropertiesAttribute(System::String ^ propertyName);
public IgnorePropertiesAttribute (string propertyName);
new System.Data.Services.IgnorePropertiesAttribute : string -> System.Data.Services.IgnorePropertiesAttribute
Public Sub New (propertyName As String)
Parameters
- propertyName
- String
A string value that contains the property or properties to be attributed.
Applies to
IgnorePropertiesAttribute(String[])
Initializes a new instance of the IgnorePropertiesAttribute class.
public:
IgnorePropertiesAttribute(... cli::array <System::String ^> ^ propertyNames);
public IgnorePropertiesAttribute (params string[] propertyNames);
new System.Data.Services.IgnorePropertiesAttribute : string[] -> System.Data.Services.IgnorePropertiesAttribute
Public Sub New (ParamArray propertyNames As String())
Parameters
- propertyNames
- String[]
A string value that contains the property or properties to be attributed.