Share via


OperationParameter Class

Definition

Represents a parameter passed to a service action, service function or a service operation when it is Executed.

public abstract class OperationParameter
type OperationParameter = class
Public MustInherit Class OperationParameter
Inheritance
OperationParameter
Derived

Constructors

OperationParameter(String, Object)

Initializes a new instance of the OperationParameter class.

Properties

Name

Gets the name of the operation parameter.

Value

Gets the value of the operation parameter.

Applies to