Freigeben über


ETagAttribute-Konstruktor (array<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 ( _
    ParamArray propertyNames As String() _
)
'Usage
Dim propertyNames As String()

Dim instance As New ETagAttribute(propertyNames)
public ETagAttribute(
    params string[] propertyNames
)
public:
ETagAttribute(
    ... array<String^>^ propertyNames
)
new : 
        propertyNames:string[] -> ETagAttribute
public function ETagAttribute(
    ... propertyNames : String[]
)

Parameter

  • propertyNames
    Typ: array<System.String[]
    Zeichenfolgenwert, der im eTag-Wert verwendete Eigenschaften enthält.

Siehe auch

Verweis

ETagAttribute Klasse

ETagAttribute-Überladung

System.Data.Services-Namespace