Udostępnij za pośrednictwem


FederationConfigurationElementCollection.GetElement(String) Metoda

Definicja

<federationConfiguration> Pobiera element o określonej nazwie.

public:
 System::IdentityModel::Services::Configuration::FederationConfigurationElement ^ GetElement(System::String ^ name);
public System.IdentityModel.Services.Configuration.FederationConfigurationElement GetElement (string name);
member this.GetElement : string -> System.IdentityModel.Services.Configuration.FederationConfigurationElement
Public Function GetElement (name As String) As FederationConfigurationElement

Parametry

name
String

Nazwa <federationConfiguration> elementu do pobrania.

Zwraca

Element <federationConfiguration> , który ma określoną nazwę.

Wyjątki

name to null.

Nie znaleziono żadnego elementu o określonej nazwie.

Uwagi

Nazwa <federationConfiguration> elementu jest określana za pomocą jego name atrybutu (FederationConfigurationElement.Name właściwość).

Dotyczy

Zobacz też