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 が表す RemoteArgumentRemoteArgument の値がまだ指定されていない場合は 0 (ゼロ)。

属性

例外

RemoteArgumentKind プロパティが、Intrinsic 値に設定されていません。

- または -

TypeCode プロパティが、UInt16 値に設定されていません。

- または -

IsByRef プロパティが false であるにもかかわらず、このプロパティが設定されています。

適用対象