AuthenticationProperties.SetString(String, String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクションの文字列値を設定または削除します Items 。
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)
パラメーター
- key
- String
プロパティ キー。
- value
- String
プロパティを設定または null
削除する値。