Condividi tramite


Proprietà DataServiceBehavior.AcceptSpatialLiteralsInQuery

Ottiene o imposta un valore che indica se nell'URI sono supportati valori letterali spaziali.

Spazio dei nomi  System.Data.Services
Assembly:  Microsoft.Data.Services (in Microsoft.Data.Services.dll)

Sintassi

'Dichiarazione
Public Property AcceptSpatialLiteralsInQuery As Boolean
    Get
    Set
'Utilizzo
Dim instance As DataServiceBehavior
Dim value As Boolean

value = instance.AcceptSpatialLiteralsInQuery

instance.AcceptSpatialLiteralsInQuery = value
public bool AcceptSpatialLiteralsInQuery { get; set; }
public:
property bool AcceptSpatialLiteralsInQuery {
    bool get ();
    void set (bool value);
}
member AcceptSpatialLiteralsInQuery : bool with get, set
function get AcceptSpatialLiteralsInQuery () : boolean
function set AcceptSpatialLiteralsInQuery (value : boolean)

Valore proprietà

Tipo: System.Boolean
True se nell'URI sono supportati valori letterali spaziali; in caso contrario, false.

Osservazioni

Il valore predefinito è true.

Vedere anche

Riferimento

DataServiceBehavior Classe

Spazio dei nomi System.Data.Services