RemoteArgument.Int16Value 屬性

定義

取得或設定 Int16 所表示的 RemoteArgument

public:
 property short Int16Value { short get(); void set(short value); };
public short Int16Value { get; set; }
member this.Int16Value : int16 with get, set
Public Property Int16Value As Short

屬性值

Int16 所表示的 RemoteArgument,如果尚未指定 RemoteArgument 的值,則為 0 (零)。

例外狀況

RemoteArgumentKind 屬性不是設定為 Intrinsic 值。

-或-

TypeCode 屬性不是設定為 Int16 值。

-或-

IsByRef 屬性為 false 時,會設定這個屬性。

適用於