ResourceSet Constructor
Creates a new instance of ResourceSet class.
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
elementType As ResourceType _
)
'Usage
Dim name As String
Dim elementType As ResourceType
Dim instance As New ResourceSet(name, elementType)
public ResourceSet(
string name,
ResourceType elementType
)
public:
ResourceSet(
String^ name,
ResourceType^ elementType
)
new :
name:string *
elementType:ResourceType -> ResourceSet
public function ResourceSet(
name : String,
elementType : ResourceType
)
Parameters
- name
Type: System.String
The name of the set of items as string.
- elementType
Type: System.Data.Services.Providers.ResourceType
The ResourceType of the items in the set.