AuthenticationProperties.SetString(String, String) 方法

定義

設定或移除集合中的 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 移除 屬性的值。

適用於