AuthenticationProperties.GetString(String) 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.
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.