RemoteArgumentKind Enum
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.
Specifies the kind of argument that a RemoteArgument represents.
public enum class RemoteArgumentKind
public enum RemoteArgumentKind
type RemoteArgumentKind =
Public Enum RemoteArgumentKind
- Inheritance
Name | Value | Description |
---|---|---|
Missing | 0 | The RemoteArgument represents the Missing value. This is the default value for the RemoteArgumentKind property. |
Intrinsic | 1 | The RemoteArgument represents an intrinsic data type. |
IntrinsicArray | 2 | The RemoteArgument represents an Array that contains elements of an intrinsic data type. |
Contract | 3 | The RemoteArgument represents an IContract. |
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 | 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
ملاحظات .NET
.NET هو مشروع مصدر مفتوح. حدد رابطًا لتقديم الملاحظات: