Gets the value of the attribute with the
specified System.Xml.XmlReader.Name.
Namespace:
Microsoft.IdentityModel.Protocols.XmlSignature
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Syntax
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)
|
Parameters
- name
-
The qualified name of the attribute.
Property Value
The value of the specified attribute. If the attribute is not
found, null is returned.
Thread Safety
Any public static (Shared in Visual
Basic) members of this type are thread safe. Any instance members
are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
See Also