Proprietà ODataMessageReaderSettings.CheckCharacters
Ottiene o imposta un valore che indica se il lettore verifica i caratteri XML validi.
Spazio dei nomi Microsoft.Data.OData
Assembly: Microsoft.Data.OData (in Microsoft.Data.OData.dll)
Sintassi
'Dichiarazione
Public Property CheckCharacters As Boolean
Get
Set
'Utilizzo
Dim instance As ODataMessageReaderSettings
Dim value As Boolean
value = instance.CheckCharacters
instance.CheckCharacters = value
public bool CheckCharacters { get; set; }
public:
property bool CheckCharacters {
bool get ();
void set (bool value);
}
member CheckCharacters : bool with get, set
function get CheckCharacters () : boolean
function set CheckCharacters (value : boolean)
Valore proprietà
Tipo: System.Boolean
true se il lettore verifica i caratteri XML validi; in caso contrario, false.