AuthenticationProperties.SetParameter<T>(String, T) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Set a parameter value in the Parameters collection.
public:
generic <typename T>
void SetParameter(System::String ^ key, T value);
public void SetParameter<T> (string key, T value);
member this.SetParameter : string * 'T -> unit
Public Sub SetParameter(Of T) (key As String, value As T)
Type Parameters
- T
Parameter type.
Parameters
- key
- String
Parameter key.
- value
- T
Value to set.