IgnorePropertiesAttribute Konstruktorer
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av IgnorePropertiesAttribute klassen.
Överlagringar
| Name | Description |
|---|---|
| IgnorePropertiesAttribute(String) |
Initierar en ny instans av IgnorePropertiesAttribute klassen. |
| IgnorePropertiesAttribute(String[]) |
Initierar en ny instans av IgnorePropertiesAttribute klassen. |
IgnorePropertiesAttribute(String)
Initierar en ny instans av IgnorePropertiesAttribute klassen.
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)
Parametrar
- propertyName
- String
Ett strängvärde som innehåller den egenskap eller de egenskaper som ska tillskrivas.
Gäller för
IgnorePropertiesAttribute(String[])
Initierar en ny instans av IgnorePropertiesAttribute klassen.
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())
Parametrar
- propertyNames
- String[]
Ett strängvärde som innehåller den egenskap eller de egenskaper som ska tillskrivas.