Compartir vía


CardSpacePolicyElement.Parameters Propiedad

Definición

Obtiene una colección de elementos XML que representan los parámetros para este elemento.

public:
 property System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ Parameters { System::Collections::ObjectModel::Collection<System::Xml::XmlElement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.XmlElement> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.Collection<System.Xml.XmlElement>
Public ReadOnly Property Parameters As Collection(Of XmlElement)

Valor de propiedad

Collection<T> de tipo XmlElement que representa los parámetros para este elemento.

Se aplica a