BodyOperationParameter Class

Represents a parameter associated with a service action.

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.OperationParameter
    System.Data.Services.Client.BodyOperationParameter

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

Syntax

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

The BodyOperationParameter type exposes the following members.

Constructors

  Name Description
Public method BodyOperationParameter Instantiates a new BodyOperationParameter

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