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.
Gets the resource set for the ResourceAssociationSetEnd.
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 ResourceAssociationSetEnd
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
The resource set.