Share via


DbGeometry.WellKnownValue Property

Definition

Gets or sets a data contract serializable well known representation of this DbGeometry value.

[System.Runtime.Serialization.DataMember(Name="Geometry")]
public System.Data.Entity.Spatial.DbGeometryWellKnownValue WellKnownValue { get; set; }
member this.WellKnownValue : System.Data.Entity.Spatial.DbGeometryWellKnownValue with get, set
Public Property WellKnownValue As DbGeometryWellKnownValue

Property Value

A data contract serializable well known representation of this DbGeometry value.

Attributes

Applies to