ReadingNavigationLinkArgs Class

The reading navigation link arguments

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.ReadingNavigationLinkArgs

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

Syntax

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

The ReadingNavigationLinkArgs type exposes the following members.

Constructors

  Name Description
Public method ReadingNavigationLinkArgs Initializes a new instance of the ReadingNavigationLinkArgs class.

Top

Properties

  Name Description
Public property Link Gets the link.

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.Client Namespace