Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of service links.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public Collection<ServiceLink> Links { get; }
public:
property Collection<ServiceLink^>^ Links {
Collection<ServiceLink^>^ get();
}
Public ReadOnly Property Links As Collection(Of ServiceLink)
Property Value
Type: System.Collections.ObjectModel.Collection<ServiceLink>
A Collection<T> of service links.
See Also
ServiceLinkManager Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top