Freigeben über


IgnorePropertiesAttribute-Konstruktor (String)

Initialisiert eine neue Instanz der IgnorePropertiesAttribute-Klasse.

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

Syntax

'Declaration
Public Sub New ( _
    propertyName As String _
)
'Usage
Dim propertyName As String

Dim instance As New IgnorePropertiesAttribute(propertyName)
public IgnorePropertiesAttribute(
    string propertyName
)
public:
IgnorePropertiesAttribute(
    String^ propertyName
)
new : 
        propertyName:string -> IgnorePropertiesAttribute
public function IgnorePropertiesAttribute(
    propertyName : String
)

Parameter

  • propertyName
    Typ: System.String
    Ein Zeichenfolgenwert, der die Eigenschaft oder die Eigenschaften enthält, die zugeschrieben werden sollen.

Siehe auch

Verweis

IgnorePropertiesAttribute Klasse

IgnorePropertiesAttribute-Überladung

System.Data.Services-Namespace