ServiceElementCollection.Item[Type] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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