ResourceAssociationSetEnd Class

Describes an end point of a resource association set.

Inheritance Hierarchy

System.Object
  System.Data.Services.Providers.ResourceAssociationSetEnd

Namespace:  System.Data.Services.Providers
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Syntax

'Declaration
Public NotInheritable Class ResourceAssociationSetEnd
'Usage
Dim instance As ResourceAssociationSetEnd
public sealed class ResourceAssociationSetEnd
public ref class ResourceAssociationSetEnd sealed
[<SealedAttribute>]
type ResourceAssociationSetEnd =  class end
public final class ResourceAssociationSetEnd

The ResourceAssociationSetEnd type exposes the following members.

Constructors

  Name Description
Public method ResourceAssociationSetEnd Creates a new instance of the ResourceAssociationSetEnd class.

Top

Properties

  Name Description
Public property CustomState Gets the custom state for the ResourceAssociationSetEnd.
Public property ResourceProperty Gets the resource property that returns the ResourceAssociationSetEnd.
Public property ResourceSet Gets the resource set for the ResourceAssociationSetEnd.
Public property ResourceType Gets the resource type for the ResourceAssociationSetEnd.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Providers Namespace