DbGeography.WellKnownValue Property

Definition

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

public:
 property System::Data::Spatial::DbGeographyWellKnownValue ^ WellKnownValue { System::Data::Spatial::DbGeographyWellKnownValue ^ get(); void set(System::Data::Spatial::DbGeographyWellKnownValue ^ value); };
[System.Runtime.Serialization.DataMember(Name="Geography")]
public System.Data.Spatial.DbGeographyWellKnownValue WellKnownValue { get; set; }
[<System.Runtime.Serialization.DataMember(Name="Geography")>]
member this.WellKnownValue : System.Data.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