다음을 통해 공유


IProviderConfiguration.RemoveProperty(String) 메서드

정의

이 공급자 구성에서 속성을 제거합니다.

public bool RemoveProperty (string key);
abstract member RemoveProperty : string -> bool
Public Function RemoveProperty (key As String) As Boolean

매개 변수

key
String

속성의 키입니다.

반환

속성이 발견되고 제거되면 True이고, 그렇지 않으면 false입니다.

적용 대상