Share via


NamedCrs.Name Property

Definition

Gets a name identifying a coordinate reference system in the Azure Cosmos DB service. For example "urn:ogc:def:crs:OGC:1.3:CRS84".

[System.Runtime.Serialization.DataMember(Name="name")]
public string Name { get; }
[<System.Runtime.Serialization.DataMember(Name="name")>]
member this.Name : string
Public ReadOnly Property Name As String

Property Value

Name identifying a coordinate reference system. For example "urn:ogc:def:crs:OGC:1.3:CRS84".

Attributes

Applies to