AtomWorkspaceMetadata Class

Represents an Atom metadata description for a workspace.

Inheritance Hierarchy

System.Object
  Microsoft.Data.OData.Atom.AtomWorkspaceMetadata

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

Syntax

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

The AtomWorkspaceMetadata type exposes the following members.

Constructors

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

Top

Properties

  Name Description
Public property Title Gets or sets the title of the workspace.

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