다음을 통해 공유


FormsAuthenticationUserCollection.Set(FormsAuthenticationUser) 메서드

정의

컬렉션에 포함된 지정된 FormsAuthenticationUser 개체를 수정합니다.

public:
 void Set(System::Web::Configuration::FormsAuthenticationUser ^ user);
public void Set (System.Web.Configuration.FormsAuthenticationUser user);
member this.Set : System.Web.Configuration.FormsAuthenticationUser -> unit
Public Sub Set (user As FormsAuthenticationUser)

매개 변수

user
FormsAuthenticationUser

변경해야 하는 FormsAuthenticationUserCollection 개체입니다.

적용 대상