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 | |
---|---|---|
ResourceAssociationSetEnd | Creates a new instance of the ResourceAssociationSetEnd class. |
Top
Properties
Name | Description | |
---|---|---|
CustomState | Gets the custom state for the ResourceAssociationSetEnd. | |
ResourceProperty | Gets the resource property that returns the ResourceAssociationSetEnd. | |
ResourceSet | Gets the resource set for the ResourceAssociationSetEnd. | |
ResourceType | Gets the resource type for the ResourceAssociationSetEnd. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.