RemoteArgument.ByteValue Property

Definition

Gets or sets the Byte that the RemoteArgument represents.

public:
 property System::Byte ByteValue { System::Byte get(); void set(System::Byte value); };
public byte ByteValue { get; set; }
member this.ByteValue : byte with get, set
Public Property ByteValue As Byte

Property Value

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

Exceptions

The RemoteArgumentKind property is not set to the Intrinsic value.

-or-

The TypeCode property is not set to the Byte value.

-or-

This property is set while the IsByRef property is false.

Applies to