Namespace: Microsoft.IdentityModel.Configuration
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim element As ConfigurationElement
Dim returnValue As Object
returnValue = Me.GetElementKey(element)
|
Syntax
Visual Basic |
Protected Overrides Function GetElementKey ( _
element As ConfigurationElement _
) As Object
|
C# |
protected override Object GetElementKey (
ConfigurationElement element
)
|
C++ |
protected:
virtual Object^ GetElementKey (
ConfigurationElement^ element
) override
|
J# |
protected Object GetElementKey (
ConfigurationElement element
)
|
JScript |
protected override function GetElementKey (
element : ConfigurationElement
) : Object
|
Parameters
- element
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