DataServiceBehavior.AcceptSpatialLiteralsInQuery-Eigenschaft
Ruft ab oder legt fest, ob räumliche Literalwerte im URI unterstützt werden.
Namespace: System.Data.Services
Assembly: Microsoft.Data.Services (in Microsoft.Data.Services.dll)
Syntax
'Declaration
Public Property AcceptSpatialLiteralsInQuery As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
True , wenn räumliche Literale im URI unterstützt werden; andernfalls false.
Hinweise
Der Standardwert ist true.