Returns a T:Microsoft.IdentityModel.Configuration.ServiceElementCollection collection.
Пространство имен: Microsoft.IdentityModel.Configuration
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim instance As MicrosoftIdentityModelSection
Dim value As ServiceElementCollection

value = instance.ServiceElements

Синтаксис

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

Значение свойства

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

Исключения

Тип исключений Условие

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

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

См. также