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 | |
---|---|---|
UriOperationParameter | Instantiates a new UriOperationParameter |
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.