This documentation is archived and is not being maintained.
RemoteArgument Properties
Visual Studio 2010
The RemoteArgument type exposes the following members.
| Name | Description | |
|---|---|---|
|
ArrayValue | Gets or sets the Array that the RemoteArgument represents. |
|
BooleanValue | Gets or sets the Boolean that the RemoteArgument represents. |
|
ByteValue | Gets or sets the Byte that the RemoteArgument represents. |
|
CharValue | Gets or sets the Char that the RemoteArgument represents. |
|
ContractValue | Gets or sets the IContract that the RemoteArgument represents. |
|
DateTimeValue | Gets or sets the DateTime that the RemoteArgument represents. |
|
DBNullValue | Gets or sets the DBNull that the RemoteArgument represents. |
|
DecimalValue | Gets or sets the Decimal that the RemoteArgument represents. |
|
DoubleValue | Gets or sets the Double that the RemoteArgument represents. |
|
Int16Value | Gets or sets the Int16 that the RemoteArgument represents. |
|
Int32Value | Gets or sets the Int32 that the RemoteArgument represents. |
|
Int64Value | Gets or sets the Int64 that the RemoteArgument represents. |
|
IsByRef | Gets or sets a value that indicates whether the RemoteArgument represents an argument that is passed by reference. |
|
MissingValue | Gets the Missing value. |
|
RemoteArgumentKind | Gets a RemoteArgumentKind that indicates the kind of argument that the RemoteArgument represents. |
|
SByteValue | Gets or sets the SByte that the RemoteArgument represents. |
|
SingleValue | Gets or sets the Single that the RemoteArgument represents. |
|
StringValue | Gets or sets the String that the RemoteArgument represents. |
|
TypeCode | Gets a TypeCode that indicates the base type of the argument that the RemoteArgument represents. |
|
UInt16Value | Gets or sets the UInt16 that the RemoteArgument represents. |
|
UInt32Value | Gets or sets the UInt32 that the RemoteArgument represents. |
|
UInt64Value | Gets or sets the UInt64 that the RemoteArgument represents. |
Show: