Aracılığıyla paylaş


DbGeography.IsClosed Özellik

Tanım

Bu DbGeography değerinin kapalı olup olmadığını belirten null değer atanabilir bir Boole değeri alır ve bu değer bir eğriyi temsil etmiyorsa null olabilir.

public:
 property Nullable<bool> IsClosed { Nullable<bool> get(); };
public bool? IsClosed { get; }
member this.IsClosed : Nullable<bool>
Public ReadOnly Property IsClosed As Nullable(Of Boolean)

Özellik Değeri

true Bu DbGeography değeri kapalıysa; aksi takdirde , false.

Şunlara uygulanır