RemoteArgument.ByteValue Propiedad

Definición

Obtiene o establece el Byte objeto que RemoteArgument representa.

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

Valor de propiedad

Byte que RemoteArgument representa; 0 (cero) si aún no se ha especificado el valor de .RemoteArgument

Excepciones

La RemoteArgumentKind propiedad no se establece en el Intrinsic valor .

O bien

La TypeCode propiedad no se establece en el Byte valor .

O bien

Esta propiedad se establece mientras la IsByRef propiedad es false.

Se aplica a