WebAddInInfo.ServiceLinks Property
Gets the metadata for the service links.
Namespace: Microsoft.WindowsServerSolutions.Web.Extensibility
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public Collection<ServiceLink> ServiceLinks { get; }
public:
property Collection<ServiceLink^>^ ServiceLinks {
Collection<ServiceLink^>^ get();
}
Public ReadOnly Property ServiceLinks As Collection(Of ServiceLink)
Property Value
Type: System.Collections.ObjectModel.Collection<ServiceLink>
A Collection<T> of service link data.
See Also
WebAddInInfo Class
Microsoft.WindowsServerSolutions.Web.Extensibility Namespace
Return to top