AuthenticationProperties.GetString(String) Method

Definition

Get a string value from the Items collection.

public:
 System::String ^ GetString(System::String ^ key);
public string GetString (string key);
public string? GetString (string key);
member this.GetString : string -> string
Public Function GetString (key As String) As String

Parameters

key
String

Property key.

Returns

Retrieved value or null if the property is not set.

Applies to