ETagAttribute Constructor (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 ( _
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
)
Parameters
- propertyName
Type: System.String
The string value containing properties used in eTag value.