Share via


ServiceElementCollection.Item[Type] Property

Definition

public:
 property Microsoft::Practices::CompositeUI::Configuration::ServiceElement ^ default[Type ^] { Microsoft::Practices::CompositeUI::Configuration::ServiceElement ^ get(Type ^ serviceType); void set(Type ^ serviceType, Microsoft::Practices::CompositeUI::Configuration::ServiceElement ^ value); };
public Microsoft.Practices.CompositeUI.Configuration.ServiceElement this[Type serviceType] { get; set; }
member this.Item(Type) : Microsoft.Practices.CompositeUI.Configuration.ServiceElement with get, set
Default Public Property Item(serviceType As Type) As ServiceElement

Parameters

serviceType
Type

Property Value

Applies to