AuthenticationProperties.SetString(String, String) Method

Definition

Set or remove a string value from the Items collection.

public:
 void SetString(System::String ^ key, System::String ^ value);
public void SetString (string key, string value);
public void SetString (string key, string? value);
member this.SetString : string * string -> unit
Public Sub SetString (key As String, value As String)

Parameters

key
String

Property key.

value
String

Value to set or null to remove the property.

Applies to