Share via


ETagAttribute Constructor (array<String[])

Initializes a new instance of the ETagAttribute class.

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[]
)

Parameters

  • propertyNames
    Type: array<System.String[]
    String value containing properties used in eTag value.

See Also

Reference

ETagAttribute Class

ETagAttribute Overload

System.Data.Services Namespace