DbGeography.WellKnownValue Propiedad

Definición

Obtiene o establece una representación conocida serializable de contrato de datos de este valor DbGeography.

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

Valor de propiedad

Representación conocida serializable de contrato de datos de este valor DbGeography.

Atributos

Se aplica a