RemoteArgument.ByteValue Propiedad

Definición

Obtiene o establece el objeto Byte 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 todavía no se ha especificado el valor de RemoteArgument.

Excepciones

La propiedad RemoteArgumentKind no se establece en el valor Intrinsic.

o bien

La propiedad TypeCode no se establece en el valor Byte.

o bien

Esta propiedad se establece en tanto que el valor de la propiedad IsByRef sea false.

Se aplica a