Interface ILinksCollectionObject
Interface for objects that have a collection of links
Namespace: Stac
Assembly: DotNetStac.dll
Syntax
public interface ILinksCollectionObject
Properties
| Improve this Doc View SourceLinks
Gets the links.
Declaration
ICollection<StacLink> Links { get; }
Property Value
Type | Description |
---|---|
ICollection<StacLink> |