AtomResourceCollectionMetadata Class

Represents an Atom metadata description for a collection (in a workspace).

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.Atom.AtomResourceCollectionMetadata

Namespace:  Microsoft.Data.OData.Atom
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

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

The AtomResourceCollectionMetadata type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Accept Gets or sets the accept range of media types for this collection.
Public property Categories Gets or sets the categories for this collection.
Public property Title Gets or sets the title of the collection.

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

Microsoft.Data.OData.Atom Namespace