Returns the given parameter value from
the Parameters Dictionary.
Namespace:
Microsoft.IdentityModel.Protocols.WSFederation
Assembly: Microsoft.IdentityModel (in
microsoft.identitymodel.dll)
Usage
Visual Basic |
Dim instance As WSFederationMessage
Dim parameter As String
Dim returnValue As String
returnValue = instance.GetParameter(parameter)
|
Syntax
Visual Basic |
Public Function GetParameter ( _
parameter As String _
) As String
|
C# |
public string GetParameter (
string parameter
)
|
C++ |
public:
String^ GetParameter (
String^ parameter
)
|
J# |
public String GetParameter (
String parameter
)
|
JScript |
public function GetParameter (
parameter : String
) : String
|
Parameters
- parameter
-
The parameter to look for.
Return Value
The value of the parameter or null if the parameter does not
exists.
Exceptions
Exception type |
Condition |
ArgumentNullException
|
parameter is null
|
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