Condividi tramite


Costruttore ETagAttribute (String)

Inizializza una nuova istanza della classe ETagAttribute.

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 ETagAttribute(propertyName)
public ETagAttribute(
    string propertyName
)
public:
ETagAttribute(
    String^ propertyName
)
new : 
        propertyName:string -> ETagAttribute
public function ETagAttribute(
    propertyName : String
)

Parametri

  • propertyName
    Tipo: System.String
    Valore stringa che contiene proprietà utilizzate nel valore eTag.

Vedere anche

Riferimento

ETagAttribute Classe

Overload ETagAttribute

Spazio dei nomi System.Data.Services