EdmSpatialTypeReference.SpatialReferenceIdentifier Property

Gets the precision of this temporal type.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property SpatialReferenceIdentifier As Nullable(Of Integer)
    Get
'Usage
Dim instance As EdmSpatialTypeReference 
Dim value As Nullable(Of Integer)

value = instance.SpatialReferenceIdentifier
public Nullable<int> SpatialReferenceIdentifier { get; }
public:
virtual property Nullable<int> SpatialReferenceIdentifier {
    Nullable<int> get () sealed;
}
abstract SpatialReferenceIdentifier : Nullable<int>
override SpatialReferenceIdentifier : Nullable<int>
final function get SpatialReferenceIdentifier () : Nullable<int>

Property Value

Type: System.Nullable<Int32>
The precision of this temporal type.

Implements

IEdmSpatialTypeReference.SpatialReferenceIdentifier

See Also

Reference

EdmSpatialTypeReference Class

Microsoft.Data.Edm.Library Namespace