Costruttore IgnorePropertiesAttribute (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 ( _
propertyName As String _
)
'Utilizzo
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
)
Parametri
- propertyName
Tipo: System.String
Un valore stringa che contiene la proprietà o le proprietà da attribuire.
Vedere anche
Riferimento
IgnorePropertiesAttribute Classe