RemoteArgumentKind Enumeration
.NET Framework (current version)
Specifies the kind of argument that a RemoteArgument represents.
Assembly: System.AddIn.Contract (in System.AddIn.Contract.dll)
| Member name | Description | |
|---|---|---|
| Contract | The RemoteArgument represents an IContract. | |
| Intrinsic | The RemoteArgument represents an intrinsic data type. | |
| IntrinsicArray | The RemoteArgument represents an Array that contains elements of an intrinsic data type. | |
| Missing | The RemoteArgument represents the Type::Missing value. This is the default value for the RemoteArgument::RemoteArgumentKind property. |
The RemoteArgumentKind enumeration is used by the RemoteArgument::RemoteArgumentKind property.
An intrinsic data type is a primitive data type (that is, the Type::IsPrimitive property of the type is true) or a String, Decimal, DateTime, or DBNull.
.NET Framework
Available since 3.5
Available since 3.5
Show: