RemoteArgument.CharValue Proprietà

Definizione

Ottiene o imposta l'oggetto Char rappresentato da RemoteArgument.

public:
 property char CharValue { char get(); void set(char value); };
public char CharValue { get; set; }
member this.CharValue : char with get, set
Public Property CharValue As Char

Valore della proprietà

Oggetto Char che RemoteArgument rappresenta; Char.MinValue se il valore dell'oggetto RemoteArgument non è ancora stato specificato.

Eccezioni

La proprietà RemoteArgumentKind non è impostata sul valore Intrinsic.

-oppure-

La proprietà TypeCode non è impostata sul valore Char.

-oppure-

Questa proprietà viene impostata mentre la proprietà IsByRef è false.

Si applica a