Freigeben über


ETagAttribute-Konstruktor (String)

Initialisiert eine neue Instanz der ETagAttribute-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 ETagAttribute(propertyName)
public ETagAttribute(
    string propertyName
)
public:
ETagAttribute(
    String^ propertyName
)
new : 
        propertyName:string -> ETagAttribute
public function ETagAttribute(
    propertyName : String
)

Parameter

  • propertyName
    Typ: System.String
    Der Zeichenfolgenwert, der im eTag-Wert verwendete Eigenschaften enthält.

Siehe auch

Verweis

ETagAttribute Klasse

ETagAttribute-Überladung

System.Data.Services-Namespace