UriOperationParameter Class

Represents a parameter associated with a service operation or a service function.

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.OperationParameter
    System.Data.Services.Client.UriOperationParameter

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

Syntax

'Declaration
Public NotInheritable Class UriOperationParameter _
    Inherits OperationParameter
'Usage
Dim instance As UriOperationParameter
public sealed class UriOperationParameter : OperationParameter
public ref class UriOperationParameter sealed : public OperationParameter
[<SealedAttribute>]
type UriOperationParameter =  
    class 
        inherit OperationParameter 
    end
public final class UriOperationParameter extends OperationParameter

The UriOperationParameter type exposes the following members.

Constructors

  Name Description
Public method UriOperationParameter Instantiates a new UriOperationParameter

Top

Properties

  Name Description
Public property Name Gets or sets the name of the operation parameter. (Inherited from OperationParameter.)
Public property Value Gets or sets the value of the operation parameter. (Inherited from OperationParameter.)

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