RemoteArgument.UInt64Value 屬性

定義

重要

此 API 不符合 CLS 規範。

取得或設定 UInt64 所表示的 RemoteArgument

public:
 property System::UInt64 UInt64Value { System::UInt64 get(); void set(System::UInt64 value); };
[System.CLSCompliant(false)]
public ulong UInt64Value { get; set; }
[<System.CLSCompliant(false)>]
member this.UInt64Value : uint64 with get, set
Public Property UInt64Value As ULong

屬性值

UInt64

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

屬性

例外狀況

RemoteArgumentKind 屬性不是設定為 Intrinsic 值。

-或- TypeCode 屬性不是設定為 UInt64 值。

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

適用於