MicrosoftIdentityModelSection.ServiceElements Property
Returns a T:Microsoft.IdentityModel.Configuration.ServiceElementCollection collection.
Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)
Verwendung
Dim instance As MicrosoftIdentityModelSection Dim value As ServiceElementCollection value = instance.ServiceElements
Syntax
'Declaration
<ConfigurationPropertyAttribute("", Options:=ConfigurationPropertyOptions.IsDefaultCollection)> _
Public ReadOnly Property ServiceElements As ServiceElementCollection
[ConfigurationPropertyAttribute("", Options=ConfigurationPropertyOptions.IsDefaultCollection)]
public ServiceElementCollection ServiceElements { get; }
[ConfigurationPropertyAttribute(L"", Options=ConfigurationPropertyOptions::IsDefaultCollection)]
public:
property ServiceElementCollection^ ServiceElements {
ServiceElementCollection^ get ();
}
/** @property */
public ServiceElementCollection get_ServiceElements ()
public function get ServiceElements () : ServiceElementCollection
Eigenschaftenwert
A T:Microsoft.IdentityModel.Configuration.ServiceElementCollection collection.
Ausnahmen
Ausnahmetyp | Bedingung |
---|
Threadsicherheit
Beliebige öffentliche, statische (Freigegebene in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Plattformen
Entwicklungsplattformen
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Siehe auch
Referenz
MicrosoftIdentityModelSection Class
MicrosoftIdentityModelSection Members
Microsoft.IdentityModel.Configuration Namespace