Compartir a través de


IgnorePropertiesAttribute Constructor (array<String[])

Inicializa una nueva instancia de la clase IgnorePropertiesAttribute.

Espacio de nombres:  System.Data.Services
Ensamblado:  Microsoft.Data.Services (en Microsoft.Data.Services.dll)

Sintaxis

'Declaración
Public Sub New ( _
    ParamArray propertyNames As String() _
)
'Uso
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[]
)

Parámetros

  • propertyNames
    Tipo: array<System.String[]
    Un valor de cadena que contiene la propiedad o propiedades que se van a atribuir.

Vea también

Referencia

IgnorePropertiesAttribute Clase

Sobrecarga de IgnorePropertiesAttribute

Espacio de nombres System.Data.Services