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 변경해야 하는 개체입니다.

적용 대상