RemoteArgument.UInt64Value Property

Definition

Important

This API is not CLS-compliant.

Gets or sets the UInt64 that the RemoteArgument represents.

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

Property Value

The UInt64 that the RemoteArgument represents; 0 (zero) if the value of the RemoteArgument has not yet been specified.

Attributes

Exceptions

The RemoteArgumentKind property is not set to the Intrinsic value.

-or-

The TypeCode property is not set to the UInt64 value.

-or-

This property is set while the IsByRef property is false.

Applies to