言語

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されている間に設定されます。

適用対象