Share via


DbGeography.WellKnownValue Property

Definition

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

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

Property Value

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

Attributes

Applies to