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
移除 屬性的值。