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 | |
---|---|---|
BodyOperationParameter | Instantiates a new BodyOperationParameter |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the operation parameter. (Inherited from OperationParameter.) | |
Value | Gets or sets the value of the operation parameter. (Inherited from OperationParameter.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
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.