Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Entity set from which entities are read (possibly null).
Namespace: System.Data.Services.Providers
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property ResourceSet As ResourceSet
Get
'Usage
Dim instance As Operation
Dim value As ResourceSet
value = instance.ResourceSet
public ResourceSet ResourceSet { get; }
public:
property ResourceSet^ ResourceSet {
ResourceSet^ get ();
}
member ResourceSet : ResourceSet
function get ResourceSet () : ResourceSet
Property Value
Type: System.Data.Services.Providers.ResourceSet