Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As ServiceElementCollection

Syntax

Visual Basic
<ConfigurationCollectionAttribute(GetType(ServiceElement), AddItemName:="service", CollectionType:=ConfigurationElementCollectionType.BasicMap)> _
Public Class ServiceElementCollection
		Inherits ConfigurationElementCollection
C#
[ConfigurationCollectionAttribute(typeof(ServiceElement), AddItemName="service", CollectionType=ConfigurationElementCollectionType.BasicMap)] 
public class ServiceElementCollection : ConfigurationElementCollection
C++
[ConfigurationCollectionAttribute(typeof(ServiceElement), AddItemName=L"service", CollectionType=ConfigurationElementCollectionType::BasicMap)] 
public ref class ServiceElementCollection : public ConfigurationElementCollection
J#
/** @attribute ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.ServiceElement, AddItemName="service", CollectionType=ConfigurationElementCollectionType.BasicMap) */ 
public class ServiceElementCollection extends ConfigurationElementCollection
JScript
ConfigurationCollectionAttribute(Microsoft.IdentityModel.Configuration.ServiceElement, AddItemName="service", CollectionType=ConfigurationElementCollectionType.BasicMap) 
public class ServiceElementCollection extends ConfigurationElementCollection

Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationElementCollection
      Microsoft.IdentityModel.Configuration.ServiceElementCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

See Also