FeatureConnectorInformation.RequiredServices Property

Definition

public:
 abstract property System::Collections::Generic::IEnumerable<Type ^> ^ RequiredServices { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<Type> RequiredServices { get; }
member this.RequiredServices : seq<Type>
Public MustOverride ReadOnly Property RequiredServices As IEnumerable(Of Type)

Property Value

IEnumerable<Type>

Applies to