Crs.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets CRS type in the Azure Cosmos DB service.
[System.Runtime.Serialization.DataMember(Name="type")]
public Microsoft.Azure.Cosmos.Spatial.CrsType Type { get; }
[<System.Runtime.Serialization.DataMember(Name="type")>]
member this.Type : Microsoft.Azure.Cosmos.Spatial.CrsType
Public ReadOnly Property Type As CrsType
Property Value
Type of CRS.
- Attributes