ResourceAssociationSetEnd.ResourceSet Property

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.

See Also

Reference

ResourceAssociationSetEnd Class

System.Data.Services.Providers Namespace