Returns a T:Microsoft.IdentityModel.Configuration.ServiceElementCollection collection.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim instance As MicrosoftIdentityModelSection
Dim value As ServiceElementCollection

value = instance.ServiceElements

Syntax

Visual Basic
<ConfigurationPropertyAttribute("", Options:=ConfigurationPropertyOptions.IsDefaultCollection)> _
Public ReadOnly Property ServiceElements As ServiceElementCollection
C#
[ConfigurationPropertyAttribute("", Options=ConfigurationPropertyOptions.IsDefaultCollection)] 
public ServiceElementCollection ServiceElements { get; }
C++
[ConfigurationPropertyAttribute(L"", Options=ConfigurationPropertyOptions::IsDefaultCollection)] 
public:
property ServiceElementCollection^ ServiceElements {
		ServiceElementCollection^ get ();
}
J#
/** @property */
public ServiceElementCollection get_ServiceElements ()
JScript
public function get ServiceElements () : ServiceElementCollection

Property Value

A T:Microsoft.IdentityModel.Configuration.ServiceElementCollection collection.

Exceptions

Exception type Condition

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