Costruttore IgnorePropertiesAttribute (array<String[])
Inizializza una nuova istanza della classe IgnorePropertiesAttribute.
Spazio dei nomi System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
ParamArray propertyNames As String() _
)
'Utilizzo
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[]
)
Parametri
- propertyNames
Tipo: array<System.String[]
Un valore stringa che contiene la proprietà o le proprietà da attribuire.
Vedere anche
Riferimento
IgnorePropertiesAttribute Classe