RemoteArgument.UInt16Value 属性

定义

重要

此 API 不符合 CLS。

获取或设置 UInt16 表示的 RemoteArgument

public:
 property System::UInt16 UInt16Value { System::UInt16 get(); void set(System::UInt16 value); };
[System.CLSCompliant(false)]
public ushort UInt16Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt16Value : uint16 with get, set
Public Property UInt16Value As UShort

属性值

UInt16 表示的 RemoteArgument;如果尚未指定 RemoteArgument 的值,则为 0(零)。

属性

例外

RemoteArgumentKind 属性未设置为 Intrinsic 值。

- 或 -

TypeCode 属性未设置为 UInt16 值。

- 或 -

IsByRef 属性为 false 时,设置此属性。

适用于