LinkDirectionsProviderLinks Property |
Gets the list of links from which the directions are determined.
Namespace:
AGI.Foundation.Communications.Antennas
Assembly:
AGI.Foundation.Communications (in AGI.Foundation.Communications.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public DefinitionalObjectCollection<IServiceProvider> Links { get; }
Public ReadOnly Property Links As DefinitionalObjectCollection(Of IServiceProvider)
Get
public:
property DefinitionalObjectCollection<IServiceProvider^>^ Links {
DefinitionalObjectCollection<IServiceProvider^>^ get ();
}
member Links : DefinitionalObjectCollection<IServiceProvider> with get
Property Value
Type:
DefinitionalObjectCollectionIServiceProviderSee Also