Gets the value of the attribute with the specified
System.Xml.XmlReader.Name.
Пространство имен:
Microsoft.IdentityModel.Protocols.XmlSignature
Сборка: Microsoft.IdentityModel (в
microsoft.identitymodel.dll)
Использование
Синтаксис
Visual Basic |
Public Overrides ReadOnly Default Property Item ( _
name As String _
) As String
|
C# |
public override string this [
string name
] { get; }
|
C++ |
public:
virtual property String^ default [String^] {
String^ get (String^ name) override;
}
|
J# |
/** @property */
public String get_Item (String name)
|
Параметры
- name
-
The qualified name of the attribute.
Значение свойства
The value of the specified attribute. If the attribute is not
found, null is returned.
Безопасность потоков
Любые открытые статические члены
(Shared в Visual Basic) этого типа являются
поточно-ориентированными.Любые члены экземпляров не являются
гарантированно поточно-ориентированными.
Платформы
Платформа разработки
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
См. также