OperationParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |